更新配置2

This commit is contained in:
zg
2026-07-16 08:56:01 +08:00
parent 3eefc074a8
commit 2e7e90f411
2 changed files with 53 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
FROM harbor.zgitm.com/library/nginx:alpine
COPY dist/ /usr/share/nginx/html/
COPY nginx/nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80