Skip to content

Commit

Permalink
Merge pull request #354 from pallxk/user-entrypoint-in-dockerfile
Browse files Browse the repository at this point in the history
Use ENTRYPOINT instead of CMD in Dockerfile
  • Loading branch information
birdayz authored Aug 27, 2024
2 parents 191bcb3 + 7106ade commit bfd8c16
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 @@ -20,4 +20,4 @@ COPY --from=BuildStage /kaf /bin/kaf
USER 1001

# Run
CMD ["/bin/kaf"]
ENTRYPOINT ["/bin/kaf"]

0 comments on commit bfd8c16

Please sign in to comment.