@ -6,7 +6,7 @@ COPY . /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" ]