add dockerfile
This commit is contained in:
parent
dcaccc7ab8
commit
abd7c2f073
4 changed files with 33 additions and 1 deletions
7
Caddyfile
Normal file
7
Caddyfile
Normal file
|
@ -0,0 +1,7 @@
|
|||
:80
|
||||
|
||||
root * /usr/share/caddy
|
||||
file_server
|
||||
|
||||
# Redirect all not-found routes to index.html (SPA fallback)
|
||||
try_files {path} /index.html
|
Loading…
Add table
Add a link
Reference in a new issue