test ingress

This commit is contained in:
Alexandre
2022-04-19 11:11:34 +02:00
parent 38671e401e
commit e1fc1ae32f
12 changed files with 250 additions and 5 deletions

View File

@@ -130,4 +130,10 @@ bashio::log.info "Webui can be accessed at : $BASE_URL"
# Execute main script
echo "python3 /docker-entrypoint.py"
cd /
python3 /docker-entrypoint.py
python3 /docker-entrypoint.py & true
# Wait for app to become available
bashio::net.wait_for 3000 localhost 80
bashio::log.info "Starting NGinx..."
exec nginx