Skip to content

Commit

Permalink
fixed bin location
Browse files Browse the repository at this point in the history
  • Loading branch information
Rick Burgess committed Jul 20, 2018
1 parent c334f70 commit 35e33d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ FROM mesosphere/aws-cli

RUN apk -v --update add jq

ADD ./scripts/aws-auth .
ADD ./scripts/aws-auth /bin

RUN chmod a+x ./aws-auth
RUN chmod a+x /bin/aws-auth

ENTRYPOINT ./aws-auth
ENTRYPOINT /bin/aws-auth

0 comments on commit 35e33d2

Please sign in to comment.