Skip to content

Commit

Permalink
Update Dockerfile (#7)
Browse files Browse the repository at this point in the history
fix entrypoint
  • Loading branch information
maxaleks authored Sep 24, 2024
1 parent 099c145 commit 7657da4
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
Expand Up @@ -3,6 +3,6 @@ FROM node:22
WORKDIR /app
COPY . .

RUN npm install
RUN npm install && npm run build

ENTRYPOINT ["npm", "run", "dev"]
ENTRYPOINT ["npm", "start"]

0 comments on commit 7657da4

Please sign in to comment.