Skip to content

Commit 5d60834

Browse files
committed
chore: 移除Dockerfile中的nginx配置文件复制步骤
1 parent f21dab7 commit 5d60834

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/deploy/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ RUN rm -rf ./*
1818

1919
COPY --from=builder /app/dist ./
2020

21-
COPY deploy/nginx.conf /etc/nginx/nginx.conf
22-
2321
EXPOSE 30001
2422

2523
CMD ["nginx", "-g", "daemon off;"]

0 commit comments

Comments
 (0)