diff --git a/entrypoint.sh b/entrypoint.sh index c87dbfb..46ecea3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -36,4 +36,8 @@ echo $INPUT_OPTIONS docker ps -exec docker run -v "/var/run/docker.sock":"/var/run/docker.sock" $INPUT_OPTIONS --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c "`cat semicolon_delimited_script`" \ No newline at end of file +docker run -v "/var/run/docker.sock":"/var/run/docker.sock" $INPUT_OPTIONS --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c "`cat semicolon_delimited_script`" + +docker ps + +exec echo "Hahaha.........." \ No newline at end of file