Sfoglia il codice sorgente

ci: enforce ignore-scripts policy for Node package managers

securityeng-bot[bot] 1 giorno fa
parent
commit
9c55933346
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      react-rust-postgres/frontend/Dockerfile

+ 2 - 0
react-rust-postgres/frontend/Dockerfile

@@ -7,6 +7,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