Merge pull request #18 from toeverything/chore/update-dockerfile

chore: update dockerfile
This commit is contained in:
Qi
2022-10-14 15:02:14 +08:00
committed by GitHub
+1 -1
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