Skip to content

Commit

Permalink
chore: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip Forsberg committed Apr 12, 2024
1 parent 2dec080 commit 5c0d19c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/dockerfiles/backend
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ EXPOSE $PORT
CMD ["yarn", "start:dev"]

FROM develop AS build
RUN npm run compile
RUN npm run build
RUN SKIP_POSTINSTALL=true yarn workspaces focus --all --production

FROM node:20-alpine AS prod
Expand Down

0 comments on commit 5c0d19c

Please sign in to comment.