Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
rstropek committed Dec 5, 2016
1 parent 07f5370 commit 1fb412c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shop.Client/build-test.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pwd
ls -la
docker run --rm -v $(pwd)/Shop.Client:/app node:6.9.1 -w="/app" npm install
docker run --rm -v $(pwd)/Shop.Client:/app -w="/app" node:6.9.1 npm install

0 comments on commit 1fb412c

Please sign in to comment.