Skip to content

Commit

Permalink
refactor: ENTRYPOINT -> CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Dec 17, 2024
1 parent 7f77736 commit 70f0635
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 @@ -27,4 +27,4 @@ RUN apk add --no-cache curl

COPY --from=builder /usr/src/app/pipemgr /pipemgr

ENTRYPOINT [ "/pipemgr" ]
CMD [ "/pipemgr" ]

0 comments on commit 70f0635

Please sign in to comment.