1
0
mirror of https://github.com/newnius/YAO-Dockerfiles.git synced 2025-12-13 09:36:43 +00:00
This commit is contained in:
2020-05-04 11:33:07 +08:00
parent dd5ca74194
commit 074cfd78da
3 changed files with 16 additions and 66 deletions

View File

@@ -12,8 +12,10 @@ if [ -d /workspace ]; then
cd /workspace
fi
sleep infinity
#sleep infinity
# use eval because commands likes `key=value command` would cause file not found error when using $@, but this eval will ruin current environment
eval $@
# Persist output
sleep 15