Files
jakach-logging/docker/entrypoint-api.sh
T
janis ddcd7b0a5e
Deploy / deploy (push) Failing after 3s
fix permissions
2026-05-06 12:23:32 +02:00

5 lines
106 B
Bash
Executable File

#!/bin/sh
mkdir -p /app/data
chmod -R 777 /app/data
rm -f /app/data/*.lock
exec docker-php-entrypoint "$@"