iris_cx
12 months ago
1 changed files with 2 additions and 2 deletions
@ -1,8 +1,8 @@ |
|||||
|
|
||||
FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 |
FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 |
||||
COPY . /var/app |
COPY /code/VideoAccess-VCMP/script/1.3.1/data/1_sync_camera_data/. /var/app |
||||
WORKDIR /var/app |
WORKDIR /var/app |
||||
RUN npm cache clean -f |
RUN npm cache clean -f |
||||
RUN rm -rf package-lock.json |
RUN rm -rf package-lock.json |
||||
RUN npm install --registry http://10.8.30.22:7000 |
RUN npm install --registry https://nexus.ngaiot.com/repository/fs-npm/ |
||||
CMD ["node", "index.js"] |
CMD ["node", "index.js"] |
Loading…
Reference in new issue