Update 99-run.sh

This commit is contained in:
Alexandre
2022-04-07 07:07:17 +02:00
committed by GitHub
parent baee59a96b
commit 6f0c70ddc9

View File

@@ -121,7 +121,7 @@ fi || true
# Execute main script
echo "python3 /docker-entrypoint.py"
cd /
python3 /docker-entrypoint.py
python3 /docker-entrypoint.py & echo "Starting"
############
# END INFO #