mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-20 07:41:48 +02:00
test ingress
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user