Add gosu dependency and bump social_to_mealie version

This commit is contained in:
Alexandre
2025-12-27 20:03:12 +01:00
parent 92d7c82ab4
commit 9e6bf099a6
3 changed files with 4 additions and 5 deletions

View File

@@ -4,4 +4,4 @@ set -e
bashio::log.info "Starting Social to Mealie"
cd /app || bashio::exit.nok "App directory not found"
/./app/entrypoint.sh node --run start
exec gosu nextjs /app/entrypoint.sh node --run start