Updated hhello

This commit is contained in:
Sambo Chea 2021-07-14 17:59:32 +07:00
parent 674571c0f0
commit 2f566a1e13

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; ls /"
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 /"