chore: update dockerfile

This commit is contained in:
alt0
2022-10-14 15:01:13 +08:00
parent 88bc397816
commit d9b10feb88

View File

@@ -1,5 +1,5 @@
FROM nginx:alpine
COPY ./out /usr/share/nginx/html
COPY ./packages/app/out /usr/share/nginx/html
COPY ./.github/deployment/nginx.conf /etc/nginx/conf.d/default.conf