diff --git a/Dockerfile b/Dockerfile index 1cbe39b..eb3dc5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apk add --no-cache make git ca-certificates \ FROM alpine:latest RUN apk add --no-cache ca-certificates WORKDIR /data -COPY --from=stage /data/ddns-svc /usr/bin +COPY --from=builder /data/ddns-svc /usr/bin COPY config.default.yml config.yml EXPOSE 10230 CMD ["/usr/bin/ddns-svc", "-f", "/data/config.yml"] \ No newline at end of file