Commit e3aa0993 by zhangxingmin

push

parent dac68f95
...@@ -37,7 +37,7 @@ RUN npm install canvas@2.11.2 --verbose --ignore-scripts ...@@ -37,7 +37,7 @@ RUN npm install canvas@2.11.2 --verbose --ignore-scripts
RUN npm install sharp@0.32.6 --verbose --ignore-scripts RUN npm install sharp@0.32.6 --verbose --ignore-scripts
# 3. 安装项目依赖(移除 --no-optional) # 3. 安装项目依赖(移除 --no-optional)
RUN npm install --verbose --registry=https://registry.npmmirror.com npm install --legacy-peer-deps --verbose --registry=https://registry.npmmirror.com
# 4. 验证 esbuild 安装 # 4. 验证 esbuild 安装
RUN ls -la node_modules/esbuild/bin && \ RUN ls -la node_modules/esbuild/bin && \
......
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