diff --git a/Dockerfile b/Dockerfile index ef3c797..335b1a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,5 +4,4 @@ RUN $XCADDY_CMD FROM caddy:latest -COPY --from=builder /usr/bin/caddy /usr/bin/caddy -CMD ["caddy", "--version"] \ No newline at end of file +COPY --from=builder /usr/bin/caddy /usr/bin/caddy \ No newline at end of file