From 6ee6e9288d772a5abdb919e50b1c5124edeb57ae Mon Sep 17 00:00:00 2001 From: dawu415 Date: Fri, 7 Dec 2018 13:27:49 +0800 Subject: [PATCH] Added .npmrc with `offline=true`. (#199) This will ensure that network access is disabled when the nodejs buildpack performs the npm install during app staging. --- .npmrc | 1 + 1 file changed, 1 insertion(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..393d4b6 --- /dev/null +++ b/.npmrc @@ -0,0 +1 @@ +offline=true