Use caddy 2.4.0

This commit is contained in:
folex 2021-06-18 17:09:28 +03:00
parent 4c4b84ed0a
commit 3f6846276f
2 changed files with 2 additions and 2 deletions

View File

@ -8,5 +8,5 @@
encode zstd gzip encode zstd gzip
file_server file_server
root * /dist root * /dist
# try_files {path} /index.html try_files {path} /index.html
} }

View File

@ -1,4 +1,4 @@
FROM caddy FROM caddy:2.4.0
WORKDIR / WORKDIR /
COPY ./dist /dist COPY ./dist /dist
COPY Caddyfile /Caddyfile COPY Caddyfile /Caddyfile