diff --git a/entrypoint.sh b/entrypoint.sh index 3f60503..6694866 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -39,11 +39,12 @@ if [ -f requirements.txt ]; then pip install -r requirements.txt fi # [ -f requirements.txt ] -# echo "$@" +echo "this is at" +echo "$@" -if [[ "$@" == "" ]]; then - pyinstaller --clean -y --dist ./dist/windows --workpath /tmp *.spec - chown -R --reference=. ./dist/windows -else - sh -c "$@" -fi # [[ "$@" == "" ]] +# if [[ "$@" == "" ]]; then +pyinstaller --clean -y --dist ./dist/windows --workpath /tmp *.spec +chown -R --reference=. ./dist/windows +# else + # sh -c "$@" +# fi # [[ "$@" == "" ]]