diff --git a/entrypoint.sh b/entrypoint.sh index b1d7f5a..dd8ac68 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 -v "$(pwd)/hello":"/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 +exec docker run --workdir /github/workspace -v "$(pwd)/hello":"/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