Decrease size (#597)

This commit is contained in:
Chris 2025-11-27 12:09:27 +02:00 committed by GitHub
parent 08c23d2f96
commit 8ea491fde8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 50 additions and 41 deletions

View file

@ -76,4 +76,4 @@ set_db_file_permissions
# Drop privileges and execute the original start script
echo "Starting application as user $TARGET_USER"
exec gosu "$TARGET_USER" dumb-init -- /app/backend/cmd/start.sh
exec su-exec "$TARGET_USER" dumb-init -- /app/backend/cmd/start.sh