fix cloudron data directory permissions

This commit is contained in:
2026-04-12 12:16:59 +02:00
parent 24ebb26ffd
commit 31287813c8
2 changed files with 1 additions and 10 deletions
-4
View File
@@ -4,10 +4,6 @@ set -eu
export NOURI_DATA_DIR="${NOURI_DATA_DIR:-/app/data}"
mkdir -p "${NOURI_DATA_DIR}/uploads"
if [ -z "${NOURI_SECRET_KEY:-}" ]; then
export NOURI_SECRET_KEY="cloudron-dev-secret"
fi
exec gunicorn \
--bind 0.0.0.0:8000 \
--workers 2 \