Semi-fixed docker. Only creds fix left

This commit is contained in:
Toastie 2025-02-11 14:07:50 +13:00
parent 343e74be6b
commit 06b17e3835
Signed by: toastie_t0ast
GPG key ID: 0861BE54AD481DC7

View file

@ -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 "$@"