Explorar el Código

ci: enforce ignore-scripts policy for Node package managers

securityeng-bot[bot] hace 1 día
padre
commit
4cfeb0b972
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      vuejs/vuejs/Dockerfile

+ 2 - 0
vuejs/vuejs/Dockerfile

@@ -7,6 +7,8 @@ WORKDIR /project
 COPY . .
 
 RUN yarn global add @vue/cli
+COPY .npmrc .
+COPY .yarnrc.yml .
 RUN yarn install
 ENV HOST=0.0.0.0
 CMD ["yarn", "run", "serve"]