install regular dependencies by omitting dev dependencies

This commit is contained in:
hexboy 2024-08-15 17:41:09 +03:30
parent 92c7bc0ef6
commit 9e9deb73a4

View file

@ -28,4 +28,4 @@ COPY --chown=node . .
EXPOSE 8008
# Run the application.
CMD yarn && yarn run pm2 start --attach --env ${NODE_ENV}
CMD yarn workspaces focus --production && yarn run pm2 start --attach --env ${NODE_ENV}