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