mirror of
https://github.com/fluencelabs/dashboard
synced 2024-12-04 15:20:21 +00:00
Use caddy 2.4.0
This commit is contained in:
parent
4c4b84ed0a
commit
3f6846276f
@ -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
|
||||||
}
|
}
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user