FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 MAINTAINER liuxinyi "liu.xinyi@free-sun.com.cn" COPY . /app WORKDIR /app RUN npm cache clean -f && npm install --production --force --registry http://10.8.30.22:7000 CMD [ "node", "index.js" ]