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 ae61a4c commit 0bdf247
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM alpine:3.7

COPY build/clouddriver /usr/local/bin
COPY build/clouddriver /usr/local/bin

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

0 comments on commit 0bdf247

Please sign in to comment.