Ver código fonte

ci: enforce ignore-scripts policy for Node package managers

securityeng-bot[bot] 1 dia atrás
pai
commit
23ff117f0e
1 arquivos alterados com 2 adições e 0 exclusões
  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