Explorar el Código

ci: enforce ignore-scripts policy for Node package managers

securityeng-bot[bot] hace 1 día
padre
commit
23ff117f0e
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      react-express-mysql/frontend/Dockerfile

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

@@ -8,6 +8,8 @@ ENV PORT=3000
 WORKDIR /code
 COPY package.json /code/package.json
 COPY package-lock.json /code/package-lock.json
+COPY .npmrc .
+COPY .yarnrc.yml .
 RUN npm ci
 COPY . /code