We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b911d75 commit ae20ea1Copy full SHA for ae20ea1
Dockerfile
@@ -40,6 +40,6 @@ RUN set -xe \
40
&& mkdir -p $APP_DIR \
41
&& chown $USER_ID $APP_DIR \
42
&& chown -R node /usr/local/lib /usr/local/include /usr/local/share /usr/local/bin \
43
- && (cd "$USER_HOME_DIR"; su node -c "npm install -g @nestjs/cli@$NEST_CLI_VERSION; npm cache clean --force")
+ && (cd "$USER_HOME_DIR"; su node -c "npm install -g @nestjs/cli@$NEST_CLI_VERSION; npm install -g pm2; npm cache clean --force")
44
45
USER $USER_ID
0 commit comments