We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ceb662a commit a0e87b6Copy full SHA for a0e87b6
build-and-test.sh
@@ -13,7 +13,7 @@ RESULT=`docker run --rm thecodingmachine/nodejs:${TAG} id -ur`
13
# If mounted, default user has the id of the mount directory
14
mkdir user1999 && sudo chown 1999:1999 user1999
15
ls -al user1999
16
-RESULT=`docker run --rm -v $(pwd)/user1999:$CONTAINER_CWD thecodingmachine/nodejs:${TAG} id -ur`
+RESULT=`docker run --rm -v "$(pwd)/user1999:$CONTAINER_CWD" thecodingmachine/nodejs:${TAG} id -ur`
17
[[ "$RESULT" = "1999" ]]
18
sudo rm -rf user1999
19
0 commit comments