Commit 25e97d61 by zhangxingmin

docker 配置

parent 9a39fe8b
......@@ -27,7 +27,7 @@ RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list && \
WORKDIR /app
# 复制包管理文件
COPY package.json package-lock.json ./
COPY package.json ./
# 1. 显式安装 esbuild 二进制
RUN npm install @esbuild/linux-x64 --verbose --registry=https://registry.npmmirror.com
......
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