Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pjberry16 authored Jul 19, 2023
1 parent 16d73e2 commit 0efdddd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@ FROM alpine:3.7

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

RUN chmod +x usr/local/bin/clouddriver

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

0 comments on commit 0efdddd

Please sign in to comment.