Skip to content

Commit fbe9cb2

Browse files
authored
MEP (#598)
* feat: try to fix dockerfile with caddy * feat: update contributors
1 parent 691bfe1 commit fbe9cb2

2 files changed

Lines changed: 2100 additions & 1852 deletions

File tree

api/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ ARG TARGETARCH
119119
WORKDIR /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

124124
COPY --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
127127
RUN mkdir -p /var/log/caddy
128128

129129
# Prod Caddy image

0 commit comments

Comments
 (0)