Updated the main

This commit is contained in:
Sambo Chea 2021-07-14 17:58:14 +07:00
parent dae0659e8e
commit 674571c0f0

View File

@ -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"
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 /"