fix permissions
Deploy / deploy (push) Failing after 3s

This commit is contained in:
2026-05-06 12:23:32 +02:00
parent 6968aefcc6
commit ddcd7b0a5e
3 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
#!/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
chmod -R 777 /app/data
rm -f /app/data/*.lock
exec docker-php-entrypoint "$@"