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 79c8ad6 commit c988ce4
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,5 +1,5 @@
pwd
ls -la
docker run --rm -v $(pwd)/Shop.Client:/app -w="/app" node:6.9.1 /bin/bash -c "ls -la"
docker run --rm -v $(pwd):/app -w="/app" node:6.9.1 /bin/bash -c "ls -la"
docker run --rm -v $(pwd):/app -w="/app" node:6.9.1 /bin/bash -c "ls -la"

0 comments on commit c988ce4

Please sign in to comment.