Skip to content

Commit

Permalink
Docker entrypoint ... (#113)
Browse files Browse the repository at this point in the history
* refac: upgrade alpine to latest stable

Signed-off-by: Gordon Franke <info@nevalon.de>

* bug: set entrypoint to cr binary

Signed-off-by: Gordon Franke <info@nevalon.de>
  • Loading branch information
gimler authored Mar 18, 2021
1 parent 861715c commit 1d877bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
FROM alpine:3.12
FROM alpine:3.13

RUN apk --no-cache add ca-certificates

COPY cr /usr/local/bin/cr

# Ensure that the binary is available on path and is executable
RUN cr --help

ENTRYPOINT /usr/local/bin/cr

0 comments on commit 1d877bd

Please sign in to comment.