mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 05:44:03 +02:00
Use entrypoint
This commit is contained in:
@@ -24,7 +24,7 @@ fi
|
|||||||
|
|
||||||
bashio::log.info "Starting app..."
|
bashio::log.info "Starting app..."
|
||||||
# shellcheck disable=SC2086
|
# 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
|
# Wait for app to become available to start nginx
|
||||||
bashio::net.wait_for 8080 localhost 900
|
bashio::net.wait_for 8080 localhost 900
|
||||||
|
|||||||
Reference in New Issue
Block a user