Setup nginx conf for single-page routing

This commit is contained in:
2022-04-09 09:34:29 -05:00
parent ecdb474f7e
commit c28b8de128
5 changed files with 30 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
FROM nginx:latest
COPY dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/nginx.conf