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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user