Skip to content
Snippets Groups Projects
Commit 3ffbbe7a authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Make sure we start from the desired working directory on MacOS

parent be88879c
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ elif [ "${OS}" = "Darwin" ]; then
echo "Syncing docker container"
docker pull sly2j/juggler:latest
echo "Launching dev shell (through docker)..."
docker run -i -t --rm sly2j/juggler:latest eic-shell
docker run -v /Users:/Users -w=$PWD -i -t --rm sly2j/juggler:latest eic-shell
else
echo "ERROR: dev shell not available for this OS (${OS})"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment