Skip to content

Commit

Permalink
frontend dev docker fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nishkohli96 committed Feb 22, 2024
1 parent 4d9a67b commit f1278fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/frontend/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ COPY ./apps/frontend apps/frontend
RUN npm install
RUN yarn lib:build

CMD [ "yarn", "frontend" ]
CMD [ "yarn", "workspace", "frontend", "dev" ]

0 comments on commit f1278fc

Please sign in to comment.