Merge pull request #3068 from overleaf/jpa-block-npm-i-outside-docker

[misc] block local, outside docker invocations of 'npm install'

GitOrigin-RevId: 283eaaa0e7fe40c61dc4bdf820b50c767486a9ef
This commit is contained in:
Jakob Ackermann 2020-08-03 13:34:56 +02:00 committed by Copybot
parent a3a26134fd
commit 439f80a3f8
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,7 @@
.git
.npmrc
modules/*/Makefile
**/node_modules
copybara

2
services/web/.npmrc Normal file
View file

@ -0,0 +1,2 @@
# disable local, outside docker invocations of $ npm install
dry-run=true