1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-09 05:27:52 +08:00

perf(Dockerfile): 支持node18.18.0

This commit is contained in:
142vip.cn
2023-10-26 22:23:09 +08:00
parent 74544ee6fe
commit c3e8736355

View File

@@ -16,7 +16,7 @@ RUN echo $CONTAINER_BUILD
## 基于容器自动构建
RUN if [ "$CONTAINER_BUILD" = "true" ]; then \
npm i pnpm@7 -g && pnpm i -D && ./scripts/bundle build; \
sh ./scripts/ci && pnpm build; \
fi;
FROM registry.cn-hangzhou.aliyuncs.com/142vip/nginx:1.23.0-alpine