Start entrypoint script after nginx

This commit is contained in:
Alexandre
2025-09-01 07:20:22 +02:00
committed by GitHub
parent 04c701a1fc
commit 18b80232a3

View File

@@ -40,3 +40,6 @@ chmod -R 777 /data
bashio::log.info "Starting nginx"
nginx || true &
true
bashio::log.info "Starting entrypoint"
/./home/wger/entrypoint.sh