Skip to content

Commit

Permalink
renaming the pm2 in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pushyamig committed Apr 3, 2024
1 parent 8f41eb9 commit 496d5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccm_web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ COPY --from=base \
/base/package.json \
/base/package-lock.json \
/base/start.sh \
/base/ecosystem.config.js \
/base/ecosystem.config.cjs \
./
RUN npm install --production
RUN npm install pm2@5.3.1 -g
Expand Down

0 comments on commit 496d5d7

Please sign in to comment.