Skip to content

Commit

Permalink
add chmod flag
Browse files Browse the repository at this point in the history
  • Loading branch information
pjberry16 authored Jul 19, 2023
1 parent 54cf9c2 commit 3f5cfac
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,8 +1,6 @@
FROM alpine:3.7

RUN apk add --no-cache ca-certificates curl
COPY clouddriver /usr/local/bin

USER root
COPY --chmod=777 clouddriver /usr/local/bin

CMD ["/usr/local/bin/clouddriver"]

0 comments on commit 3f5cfac

Please sign in to comment.