From 674571c0f02205c44aa28c21dbfad6337270aa50 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 14 Jul 2021 17:58:14 +0700 Subject: [PATCH] Updated the main --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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