Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubakimoto authored Aug 4, 2024
1 parent 90657fa commit 4c7c6b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodejs/express/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16
FROM node:20

WORKDIR /app

Expand All @@ -7,4 +7,4 @@ COPY . .
RUN npm install

EXPOSE 3000
CMD [ "npm", "start" ]
CMD [ "npm", "start" ]

0 comments on commit 4c7c6b0

Please sign in to comment.