diff --git a/entrypoint.sh b/entrypoint.sh index 2b5ca3c..2a742b2 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -31,4 +31,4 @@ echo "My name is: $(whoami)" echo "Start executing docker..." -exec docker run --workdir "$WORKDIR" -v "$WORKDIR":"$WORKDIR" -v "/var/run/docker.sock":"/var/run/docker.sock" --entrypoint=sh $INPUT_IMAGE -c "docker ps; ls" \ No newline at end of file +exec docker run --workdir /github/workspace -v "/github/workspace":"/github/workspace" -v "/var/run/docker.sock":"/var/run/docker.sock" --entrypoint=sh $INPUT_IMAGE -c "docker version; docker ps; pwd; ls" \ No newline at end of file