Files
jakach-logging/docker/entrypoint-api.sh
T
janis c940864c60
Deploy / deploy (push) Successful in 8s
fixing permissions
2026-05-06 12:05:09 +02:00

4 lines
155 B
Bash
Executable File

#!/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 "$@"