Skip to content

Commit

Permalink
fix: update Dockerfile command
Browse files Browse the repository at this point in the history
  • Loading branch information
madlabman committed Oct 16, 2024
1 parent 09e3db5 commit 657d66a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion csm-alerts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ COPY --from=builder /app/dist ./src
COPY version.json ./

ENTRYPOINT ["/sbin/tini", "--"]
CMD ["yarn", "run", "start:docker:prod"]
CMD ["yarn", "run", "start:prod:v2"]

0 comments on commit 657d66a

Please sign in to comment.