Skip to content

Commit

Permalink
upgrade node version for dev deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
jinho-choi123 authored May 5, 2024
1 parent 8568ef2 commit 40d5436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .docker/Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16.19.1
FROM node:18.18.2

RUN apt update

Expand All @@ -10,4 +10,4 @@ EXPOSE 6001

VOLUME [ "/app" ]

CMD ["yarn", "dev"]
CMD ["yarn", "dev"]

0 comments on commit 40d5436

Please sign in to comment.