Update 99-run.sh

This commit is contained in:
Alexandre
2022-04-05 16:18:27 +02:00
committed by GitHub
parent 24aa59686b
commit 6cac28e998

View File

@@ -119,9 +119,9 @@ if [ -f "$WEBTREES_HOME"/data/config.ini.php ]; then
fi || true
# Execute main script
echo "/docker-entrypoint.sh"
echo "python3 /docker-entrypoint.py"
cd /
./docker-entrypoint.sh
python3 /docker-entrypoint.py
############
# END INFO #