mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-04-17 20:59:09 +02:00
Use entrypoint
This commit is contained in:
@@ -24,7 +24,7 @@ fi
|
||||
|
||||
bashio::log.info "Starting app..."
|
||||
# shellcheck disable=SC2086
|
||||
/usr/bin/birdnet-go realtime & true
|
||||
/usr/bin/entrypoint.sh birdnet-go realtime & true
|
||||
|
||||
# Wait for app to become available to start nginx
|
||||
bashio::net.wait_for 8080 localhost 900
|
||||
|
||||
Reference in New Issue
Block a user