Skip to content

Commit

Permalink
remove chmod from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pjberry16 committed Jul 18, 2023
1 parent 4b82a11 commit 0d4c26c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
FROM alpine:3.7

COPY build/clouddriver /usr/local/bin

RUN chmod +x /usr/local/bin/clouddriver
COPY build/clouddriver /usr/local/bin

0 comments on commit 0d4c26c

Please sign in to comment.