Fix reproducible frontend Docker deployment
This commit is contained in:
13
Caddyfile.web
Normal file
13
Caddyfile.web
Normal file
@@ -0,0 +1,13 @@
|
||||
:3000 {
|
||||
route {
|
||||
handle /health {
|
||||
respond "OK" 200
|
||||
}
|
||||
|
||||
handle {
|
||||
root * /usr/share/caddy
|
||||
try_files {path} /index.html
|
||||
file_server
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user