Browse Source

dockerfile

release_1.3.0
巴林闲侠 3 years ago
parent
commit
aaf31906e3
  1. 8
      code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/Dockerfile

8
code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/Dockerfile

@ -0,0 +1,8 @@
FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2
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