Skip to content

Commit

Permalink
updated Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravitt committed Dec 26, 2020
1 parent da944d0 commit 6f664e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM alpine:latest
COPY daoctl /
COPY daoctl.yaml /
RUN chmod +x "/daoctl.yaml"
ENTRYPOINT ["/daoctl", "serve"]

0 comments on commit 6f664e0

Please sign in to comment.