fix cloudron data permissions on startup

This commit is contained in:
2026-04-12 16:43:15 +02:00
parent 96ab52e1ba
commit 732e7918af
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -3,7 +3,6 @@ set -eu
export NOURI_DATA_DIR="${NOURI_DATA_DIR:-/app/data}"
mkdir -p "${NOURI_DATA_DIR}"
touch "${NOURI_DATA_DIR}/nouri.sqlite3"
mkdir -p "${NOURI_DATA_DIR}/uploads"
exec gunicorn \