diff --git a/Dockerfile b/Dockerfile index f91af77..d9e7fa2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM alpine:latest COPY daoctl / +COPY daoctl.yaml / +RUN chmod +x "/daoctl.yaml" ENTRYPOINT ["/daoctl", "serve"] \ No newline at end of file