Skip to content

Commit ae20ea1

Browse files
authored
pm2
1 parent b911d75 commit ae20ea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ RUN set -xe \
4040
&& mkdir -p $APP_DIR \
4141
&& chown $USER_ID $APP_DIR \
4242
&& 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")
43+
&& (cd "$USER_HOME_DIR"; su node -c "npm install -g @nestjs/cli@$NEST_CLI_VERSION; npm install -g pm2; npm cache clean --force")
4444

4545
USER $USER_ID

0 commit comments

Comments
 (0)