File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ ARG TARGETARCH
119119WORKDIR /srv/app
120120
121121# Download Caddy compiled with the Mercure and Vulcain modules
122- ADD --chmod=500 https://caddyserver.com/api/download?os=linux&arch=$TARGETARCH&p=github.com/dunglas/mercure/caddy&p=github.com/dunglas/vulcain/caddy /usr/bin/caddy
122+ # ADD --chmod=500 https://caddyserver.com/api/download?os=linux&arch=$TARGETARCH&p=github.com/dunglas/mercure/caddy&p=github.com/dunglas/vulcain/caddy /usr/bin/caddy
123123
124124COPY --link docker/caddy/Caddyfile /etc/caddy/Caddyfile
125125
126- # Create the log repository due this issue : https://github.com/caddyserver/caddy/issues/6766
126+ # Create the log repository due this issue : https://github.com/caddyserver/caddy/issues/6766
127127RUN mkdir -p /var/log/caddy
128128
129129# Prod Caddy image
You can’t perform that action at this time.
0 commit comments