Skip to content

Commit

Permalink
Update pm2 to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white committed Feb 23, 2023
1 parent fc48af8 commit 576c811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY files/service/crontab /etc/cron.d/odk
COPY server/package*.json ./

RUN npm clean-install --omit=dev --legacy-peer-deps --no-audit --fund=false --update-notifier=false
RUN npm install [email protected].0 -g
RUN npm install [email protected].2 -g

COPY server/ ./
COPY files/service/scripts/ ./
Expand Down

0 comments on commit 576c811

Please sign in to comment.