Fix permissions for entrypoint.sh

This commit is contained in:
Alexandre
2025-12-27 20:40:17 +01:00
committed by GitHub
parent eec17f8225
commit 69efb6bccf

View File

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