Skip to content

Commit

Permalink
fix: dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: Nasfame <[email protected]>

Took 3 minutes
  • Loading branch information
Nasfame committed Apr 12, 2024
1 parent 9f41f83 commit 51aff02
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 @@ -28,6 +28,6 @@ COPY --from=builder /app ./

CMD ["sh", "-c", "npm run test && npm run test:e2e"]

ENTRYPOINT ["npm", "run", "start:prod"]
ENTRYPOINT ["npm", "run", "start"]

LABEL maintainer="Hiro <[email protected]>"

0 comments on commit 51aff02

Please sign in to comment.