chore: update eslint configuration and adjust docker command [skip ci] (#4101)

This commit is contained in:
Vben
2024-08-09 23:27:18 +08:00
committed by GitHub
parent 5b56c300ab
commit 992b9bae6c
4 changed files with 10 additions and 14 deletions

View File

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