Skip to content

Commit

Permalink
Make oathkeeper binary executable#
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored and arekkas committed Nov 6, 2017
1 parent dbd2037 commit 9e24888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ FROM alpine:3.6
RUN apk add --update ca-certificates # Certificates for SSL

ADD oathkeeper-docker-bin /go/bin/oathkeeper
RUN chmod a=+x /go/bin/oathkeeper

ENTRYPOINT ["/go/bin/oathkeeper"]

0 comments on commit 9e24888

Please sign in to comment.