Explorar o código

dev: try removing npm registry from Dockerfile

KernelDeimos hai 4 meses
pai
achega
d9a8ea095c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -29,7 +29,7 @@ RUN npm install -g mocha
 # Install node modules
 RUN npm cache clean --force && \
     for i in 1 2 3; do \
-        npm ci --registry=https://registry.npmjs.org/ && break || \
+        npm ci && break || \
         if [ $i -lt 3 ]; then \
             sleep 15; \
         else \