fix: update nginx config
This commit is contained in:
parent
9f95862ab9
commit
692350f32b
@ -12,7 +12,7 @@ RUN pnpm build
|
||||
|
||||
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
|
||||
EXPOSE 80
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user