We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f27e3f commit 374598cCopy full SHA for 374598c
Caddyfile
@@ -1,4 +1,6 @@
1
{$DOMAIN:http://localhost} {
2
+ log
3
+
4
encode zstd gzip
5
6
header *.wasm Content-Type "application/wasm"
Dockerfile
@@ -1,8 +1,10 @@
-FROM caddy:2.6.1-alpine
+FROM caddy:2.9.1-alpine
RUN mkdir /site
WORKDIR /site
7
COPY ./dist /site
8
-COPY ./Caddyfile /etc/caddy/Caddyfile
9
+COPY ./Caddyfile /etc/caddy/Caddyfile
10
+RUN caddy validate --config /etc/caddy/Caddyfile
0 commit comments