Skip to content

Commit

Permalink
Update Dockerfile to use Node version 20.15.0 and change runtime command
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Nov 11, 2024
1 parent f051ea1 commit 5a60a3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.17.0-alpine
FROM node:20.15.0-alpine

RUN mkdir -p /app
WORKDIR /app
Expand All @@ -15,5 +15,4 @@ ENV HOST=0.0.0.0

EXPOSE 3000

# CMD ["pm2-runtime", "start", "./dist/node.js"]
CMD ["node", "./dist/node.js"]

0 comments on commit 5a60a3c

Please sign in to comment.