fix: move /h5
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user