diff --git a/entrypoint.sh b/entrypoint.sh index f8d88c5..f92525d 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -34,4 +34,4 @@ mkdir hello echo "Hello World" > hello/hello.txt -exec docker run --workdir /github/workspace/hello -v "$(pwd)/hello":"/github/workspace/hello" -v "/var/run/docker.sock":"/var/run/docker.sock" --entrypoint=sh $INPUT_IMAGE -c "docker version; docker ps; pwd; ls; ls /" \ No newline at end of file +docker run --workdir /github/workspace -v "$(pwd)":"/github/workspace" -v "/var/run/docker.sock":"/var/run/docker.sock" --entrypoint=sh $INPUT_IMAGE -c "docker version; docker ps; pwd; ls; ls /" \ No newline at end of file