Browse Source

更新 'doc/scripts/tools/v3.22.1_init_HRM_resource/Dockerfile'

master
sunyue 1 year ago
parent
commit
4e80ad38ae
  1. 2
      doc/scripts/tools/v3.22.1_init_HRM_resource/Dockerfile

2
doc/scripts/tools/v3.22.1_init_HRM_resource/Dockerfile

@ -6,7 +6,7 @@ COPY . /app
WORKDIR /app WORKDIR /app
RUN npm cache clean -f && npm install --production --force --registry http://10.8.30.22:7000 RUN npm cache clean -f && npm install --production --force --registry https://nexus.ngaiot.com/repository/fs-npm/
CMD [ "node", "index.js" ] CMD [ "node", "index.js" ]
Loading…
Cancel
Save