Browse Source

dockerfile

dev
巴林闲侠 2 years ago
parent
commit
5b1add12b5
  1. 4
      scripts/0.0.1/data/3_init_report_pic_data/Dockerfile

4
scripts/0.0.1/data/3_init_report_pic_data/Dockerfile

@ -4,4 +4,8 @@ COPY . /var/app
WORKDIR /var/app
RUN npm cache clean -f
RUN rm -rf package-lock.json
RUN npm install --registry http://10.8.30.22:7000
CMD ["node", "index.js"]
Loading…
Cancel
Save