Commit 1121340d by zhangxingmin

push

parent 41abc4d7
......@@ -23,7 +23,7 @@ RUN apt-get update && \
curl \
tar \
ca-certificates \
file \ # 安装 file 命令
file \
&& rm -rf /var/lib/apt/lists/*
# 设置工作目录
......@@ -77,7 +77,7 @@ RUN hbuilderx build --project /app --platform $BUILD_PLATFORM
FROM nginx:1.25.2-alpine AS h5-runtime
COPY --from=builder /app/unpackage/dist/build/h5 /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80
EXPOSE 8333
CMD ["nginx", "-g", "daemon off;"]
## Android 运行环境(仅用于保存 APK)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment