mirror of
https://github.com/TangSengDaoDao/TangSengDaoDaoWeb
synced 2025-06-06 17:57:13 +00:00
fix: 升级node docker镜像
This commit is contained in:
parent
9aa64447e6
commit
8d0c560013
@ -1,4 +1,4 @@
|
|||||||
FROM node:18.17.1 as builder
|
FROM node:20.9.0 as builder
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
RUN curl -o- -L https://yarnpkg.com/install.sh | bash
|
RUN curl -o- -L https://yarnpkg.com/install.sh | bash
|
||||||
# RUN yarn config set registry https://registry.npm.taobao.org -g
|
# RUN yarn config set registry https://registry.npm.taobao.org -g
|
||||||
|
Loading…
x
Reference in New Issue
Block a user