Skip to content

Commit

Permalink
Use correct workdir
Browse files Browse the repository at this point in the history
  • Loading branch information
ecstasy2 committed May 17, 2016
1 parent 62ce9de commit d344919
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

set -ex

docker run --rm -v $PWD:/www/app edyn/node:4-dev npm install
docker run --rm -v $PWD:/www/app edyn/node:4-dev npm run bower
docker run --rm -v $PWD:/www/app edyn/node:4-dev npm run build
docker run --rm -v $PWD:/www/app edyn/node:4-dev npm run cev
docker run --rm -w /www/app -v $PWD:/www/app edyn/node:4-dev npm install
docker run --rm -w /www/app -v $PWD:/www/app edyn/node:4-dev npm run bower
docker run --rm -w /www/app -v $PWD:/www/app edyn/node:4-dev npm run build
docker run --rm -w /www/app -v $PWD:/www/app edyn/node:4-dev npm run cev

docker build -t edyn/website .

Expand Down

0 comments on commit d344919

Please sign in to comment.