Skip to content

Commit

Permalink
Use ENTRYPOINT not CMD
Browse files Browse the repository at this point in the history
  • Loading branch information
nickschuch committed Feb 4, 2022
1 parent 0b3c6cd commit ea3297d
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 @@ -2,4 +2,4 @@ FROM alpine:latest
RUN apk add --no-cache ca-certificates
COPY s3-sync /usr/local/bin/
RUN chmod +x /usr/local/bin/s3-sync
CMD ["/usr/local/bin/s3-sync"]
ENTRYPOINT ["/usr/local/bin/s3-sync"]

0 comments on commit ea3297d

Please sign in to comment.