This commit is contained in:
xueyawen 2025-02-25 15:06:26 +08:00
commit a708a25497
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ ENV TZ=Asia/Shanghai \
LANG=C.UTF-8 \
APP_DIR=/usr/share/nginx/html
COPY dist-prod/. ${APP_DIR}
COPY dist/. ${APP_DIR}
WORKDIR ${APP_DIR}