fix: Page switching display is abnormal

This commit is contained in:
vben
2024-06-23 19:55:55 +08:00
parent 16ed5a05ba
commit 89586ef2c4
5 changed files with 10 additions and 32 deletions

View File

@@ -20,6 +20,7 @@ RUN echo "Builder Success 🎉"
FROM nginx:stable-alpine as production
RUN echo "types { application/javascript js mjs; }" > /etc/nginx/conf.d/mjs.conf
COPY --from=builder /app/apps/antd-view/dist /usr/share/nginx/html
COPY ./deploy/nginx.conf /etc/nginx/nginx.conf