Explorar el Código

ci: enforce ignore-scripts policy for Node package managers

securityeng-bot[bot] hace 1 día
padre
commit
9f2bf62def
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      react-nginx/Dockerfile

+ 2 - 0
react-nginx/Dockerfile

@@ -11,6 +11,8 @@ COPY package.json /app/package.json
 COPY package-lock.json /app/package-lock.json
 
 # Same as npm install
+COPY .npmrc .
+COPY .yarnrc.yml .
 RUN npm ci
 
 COPY . /app