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