fixing permissions
Deploy / deploy (push) Successful in 8s

This commit is contained in:
2026-05-06 12:05:09 +02:00
parent 4565678c5a
commit c940864c60
3 changed files with 12 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/sh
mkdir -p /app/data
chown -R www-data:www-data /app/data 2>/dev/null || chmod -R 777 /app/data 2>/dev/null || true
exec docker-php-entrypoint "$@"