Updated current pwd

This commit is contained in:
Sambo Chea 2021-07-14 17:12:11 +07:00
parent a90ff6a108
commit 4aa0c663aa

View File

@ -22,6 +22,8 @@ if [ -z $semicolon_delimited_script ];
then semicolon_delimited_script="echo $(whoami)"
fi
echo "Current directory..."
pwd
ls
exec docker run -v "/var/run/docker.sock":"/var/run/docker.sock" $INPUT_OPTIONS --entrypoint=$INPUT_SHELL $INPUT_IMAGE -c "`cat semicolon_delimited_script`"