ソースを参照

ci: enforce ignore-scripts policy for Node package managers

securityeng-bot[bot] 1 日 前
コミット
23ff117f0e
1 ファイル変更2 行追加0 行削除
  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