Skip to content

Commit

Permalink
update docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Jan 17, 2025
1 parent 20236e2 commit bcb69da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.17.0
FROM node:20.18.0

WORKDIR /app

Expand All @@ -8,7 +8,7 @@ RUN npm install

COPY . .

EXPOSE 8080
EXPOSE 3000

RUN npm run build
CMD [ "npm", "run", "start" ]

0 comments on commit bcb69da

Please sign in to comment.