mirror of
https://github.com/hexboy/maven-mirror-tool.git
synced 2025-09-02 02:29:17 +00:00
install regular dependencies by omitting dev dependencies
This commit is contained in:
parent
92c7bc0ef6
commit
9e9deb73a4
1 changed files with 1 additions and 1 deletions
|
@ -28,4 +28,4 @@ COPY --chown=node . .
|
||||||
EXPOSE 8008
|
EXPOSE 8008
|
||||||
|
|
||||||
# Run the application.
|
# 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}
|
||||||
|
|
Loading…
Add table
Reference in a new issue