Skip to content

Commit

Permalink
Switch sentinel to be an entrypoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Cameron <git@jasoncameron.dev>
  • Loading branch information
JasonLovesDoggo committed Nov 3, 2024
1 parent 34bdda2 commit fd5af08
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 @@ -17,4 +17,4 @@ WORKDIR /root/

COPY --from=builder /app/sentinel .

CMD ["./sentinel"]
ENTRYPOINT ["./sentinel"]

0 comments on commit fd5af08

Please sign in to comment.