This commit is contained in:
Nite07 2024-09-17 19:00:29 +08:00
parent cb995c44d3
commit 1ff4de8680

View File

@ -8,5 +8,5 @@ RUN yarn build:web
FROM nginx:alpine FROM nginx:alpine
WORKDIR /usr/share/nginx/html WORKDIR /usr/share/nginx/html
COPY --from=builder /app/packages/web . COPY --from=builder /app/packages/web/dist .
CMD ["nginx", "-g", "daemon off;"] CMD ["nginx", "-g", "daemon off;"]