Decrease size (#597)
This commit is contained in:
parent
08c23d2f96
commit
8ea491fde8
2 changed files with 50 additions and 41 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue