fix: update nginx config

This commit is contained in:
thehrz 2023-08-05 11:24:31 +08:00
parent 9f95862ab9
commit 692350f32b
Signed by: thehrz
GPG Key ID: C84CBCE7D5F88855
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ RUN pnpm build
FROM nginx:stable-alpine as production-stage FROM nginx:stable-alpine as production-stage
COPY --from=build-stage /app/nginx /etc/nginx/ COPY --from=build-stage /app/nginx/conf.d /etc/nginx/conf.d
COPY --from=build-stage /app/dist /usr/share/nginx/html COPY --from=build-stage /app/dist /usr/share/nginx/html
EXPOSE 80 EXPOSE 80