Semi-fixed docker. Only creds fix left
This commit is contained in:
parent
343e74be6b
commit
06b17e3835
1 changed files with 1 additions and 5 deletions
|
@ -13,8 +13,4 @@ do
|
|||
fi
|
||||
done
|
||||
|
||||
# ensure ellie can write on /app/data
|
||||
chown -R ellie:ellie "$data"
|
||||
|
||||
# drop to regular user and launch command
|
||||
exec sudo -u ellie "$@"
|
||||
exec "$@"
|
Loading…
Add table
Reference in a new issue