fix: update nginx config
This commit is contained in:
parent
692350f32b
commit
13e6d63d62
@ -13,7 +13,7 @@ RUN pnpm build
|
||||
FROM nginx:stable-alpine as production-stage
|
||||
|
||||
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/local/nginx/html/
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["nginx", "-g", "daemon off;"]
|
||||
|
Loading…
Reference in New Issue
Block a user