Fix docker build
and add catchall route
This commit is contained in:
parent
b1a75a5033
commit
31845dea10
2 changed files with 16 additions and 2 deletions
10
scripts/default.conf
Normal file
10
scripts/default.conf
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
server {
|
||||
listen 8080;
|
||||
server_name localhost;
|
||||
|
||||
location / {
|
||||
root /app;
|
||||
try_files $uri /$uri /index.html;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue