fix: move /h5

This commit is contained in:
luo
2026-08-24 10:12:43 +08:00
parent 518d937e5c
commit 65d4c7bcf8
3 changed files with 4 additions and 13 deletions

View File

@@ -50,7 +50,7 @@ RUN rm -rf /etc/nginx/conf.d/default.conf
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
# 从构建阶段复制构建产物UniApp H5 输出目录)
COPY --from=builder /build/dist/build/h5 /usr/share/nginx/html/h5
COPY --from=builder /build/dist/build/h5/ /usr/share/nginx/html/
# 暴露端口
EXPOSE 80