From dc9d8aa304fe3015cb8a188ed11242ef80471a49 Mon Sep 17 00:00:00 2001 From: Sambo Chea Date: Wed, 14 Jul 2021 17:35:20 +0700 Subject: [PATCH] Updated --- entrypoint.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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