diff --git a/api/Dockerfilenew b/api/Dockerfilenew index 2f1de0f2..402c6cf5 100644 --- a/api/Dockerfilenew +++ b/api/Dockerfilenew @@ -8,8 +8,6 @@ RUN npm cache clean -f RUN rm -rf package-lock.json RUN npm install --registry https://nexus.ngaiot.com/repository/fs-npm/ -ls -al - FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 COPY --from=builder --chown=node /var/app /home/node/app WORKDIR /home/node/app