diff --git a/Dockerfile b/Dockerfile index 3345575..fcb81b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN curl -X "GET" -H "Authorization: token $(cat /archive-token.txt)" "$WEBSITE_ WORKDIR /$WEBSITE_ARCHIVE_FOLDER RUN zola build ; rm public/404.html -RUN wget -O /tmp/Caddyfile "https://gitea.jotoho.de/jotoho/site-deployer/raw/branch/master/$WEBSITE_HOST/Caddyfile" +RUN wget -O /tmp/Caddyfile "https://gitea.jotoho.de/jotoho/site-deployer/raw/branch/master/$WEBSITE_HOST/Caddyfile" >/dev/null 2>&1 FROM caddy:2 ARG WEBSITE_ARCHIVE_FOLDER