Skip to content

Commit

Permalink
fix Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pjberry16 committed Jul 18, 2023
1 parent 6ecb120 commit 0e81e6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:3.7

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

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

0 comments on commit 0e81e6b

Please sign in to comment.