mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 07:10:22 +00:00
Use caddy 2.4.0
This commit is contained in:
parent
4c4b84ed0a
commit
3f6846276f
@ -8,5 +8,5 @@
|
||||
encode zstd gzip
|
||||
file_server
|
||||
root * /dist
|
||||
# try_files {path} /index.html
|
||||
try_files {path} /index.html
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
FROM caddy
|
||||
FROM caddy:2.4.0
|
||||
WORKDIR /
|
||||
COPY ./dist /dist
|
||||
COPY Caddyfile /Caddyfile
|
||||
|
Loading…
Reference in New Issue
Block a user