Commit f9fda992 by zhangxingmin

push

parent 68e456a6
...@@ -16,7 +16,7 @@ RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list && \ ...@@ -16,7 +16,7 @@ RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list && \
WORKDIR /app WORKDIR /app
COPY package.json package-lock.json ./ COPY package.json package-lock.json ./
RUN npm cache clean --force && \ RUN npm cache clean --force && \
npm install sharp@0.35.0 --verbose --registry=https://registry.npmmirror.com && \ npm install sharp@0.34.3 --verbose --registry=https://registry.npmmirror.com && \
npm install --legacy-peer-deps --verbose --registry=https://registry.npmmirror.com npm install --legacy-peer-deps --verbose --registry=https://registry.npmmirror.com
COPY . . COPY . .
......
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