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 91ba822 commit 5490e21
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 /vsts/agent/_work/1/s/Shop.Client:/app -w="/app" node:6.9.1 /bin/bash -c "ls -la"
docker run --rm -v /vsts/agent/_work/1/s/Shop.Client:/app -w="/app" node:6.9.1 /bin/bash -c "ls -la /app"
docker run --rm -v $(pwd):/app -w="/app" node:6.9.1 /bin/bash -c "ls -la Shop.Client"

0 comments on commit 5490e21

Please sign in to comment.