Skip to content

Commit

Permalink
Fix Docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
brubluenel committed Sep 12, 2024
1 parent 2aa9536 commit 418be1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ COPY . .
RUN npm install
RUN npm run build
EXPOSE 3010
CMD [ "node", "dist/main.js" ]
CMD [ "npm", "run", "start:prod" ]

0 comments on commit 418be1e

Please sign in to comment.