Entrypoint and command
All checks were successful
Build / build (push) Successful in 4m11s

This commit is contained in:
2023-12-11 12:15:00 +13:00
parent af39f2681e
commit 372503a301

View File

@@ -9,3 +9,7 @@ RUN xcaddy build \
FROM base AS final
COPY --from=caddybuild /usr/bin/caddy /usr/bin/caddy
ENTRYPOINT ["/usr/bin/caddy"]
CMD ["docker-proxy"]