Skip to content

Commit

Permalink
feat(docker): switch to entrypoint from cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Jul 18, 2022
1 parent f1ad139 commit 757bafe
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 @@ -11,4 +11,4 @@ RUN go build
FROM alpine:3.14
WORKDIR /tmp
COPY --from=builder /workspace/inca /usr/sbin/
CMD ["/usr/sbin/inca", "server"]
ENTRYPOINT ["/usr/sbin/inca"]

0 comments on commit 757bafe

Please sign in to comment.