diff --git a/code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/Dockerfile b/code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/Dockerfile new file mode 100644 index 0000000..2aa1f3c --- /dev/null +++ b/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"] \ No newline at end of file