Explorar el Código

ci: enforce ignore-scripts policy for Node package managers

securityeng-bot[bot] hace 22 horas
padre
commit
c39b75bd39
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      react-express-mysql/backend/Dockerfile

+ 2 - 0
react-express-mysql/backend/Dockerfile

@@ -17,6 +17,8 @@ EXPOSE $PORT 9229 9230
 
 COPY package.json /code/package.json
 COPY package-lock.json /code/package-lock.json
+COPY .npmrc .
+COPY .yarnrc.yml .
 RUN npm ci
 
 # check every 30s to ensure this service returns HTTP 200