Files
jakach-logging/docker/entrypoint-api.sh
T
janis 4fd6bfa8da
Deploy / deploy (push) Successful in 8s
.
2026-05-31 20:45:51 +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 "$@"