don't chown readonly dir

This commit is contained in:
2026-01-03 13:50:41 -05:00
parent 0ee1a88875
commit 56652719aa

View File

@@ -5,7 +5,7 @@ mkdir -p /app/data/library /app/data/config /app/data/assets /app/data/resources
mkdir -p /tmp/vite-temp /tmp/vite
# ensure that data directory is owned by 'cloudron' user
chown -R cloudron:cloudron /app/data /tmp/vite-temp /tmp/vite /app/code/uv
chown -R cloudron:cloudron /app/data /tmp/vite-temp /tmp/vite
cd /app/data