Server / File Browser

My Files

A peek behind the curtain — every file the club keeps on the server, from the front-of-house code to the trophy ledger in the database.

↑ Up / ◆ project / / / usr / local / bin / docker-php-entrypoint
docker-php-entrypoint
118 B · modified May 7, 2026 4:40pm
#!/bin/sh
set -e

# first arg is `-f` or `--some-option`
if [ "${1#-}" != "$1" ]; then
	set -- php "$@"
fi

exec "$@"