Last active
October 23, 2018 05:30
-
-
Save asbubam/7f949c5ddce0b0853c44618684ec56c9 to your computer and use it in GitHub Desktop.
Revisions
-
asbubam renamed this gist
Oct 23, 2018 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
asbubam created this gist
Oct 23, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ mkdir -p /tmp/npm-cache-linux docker run -v /tmp/npm-cache-linux:/root/.npm -v "$PWD":/usr/src/app -w /usr/src/app node:alpine sh -c 'npm install --prefix ./build ./'