Files
font-showcase/nixpacks.toml
2026-03-22 21:54:27 +01:00

18 lines
350 B
TOML

providers = ["php"]
[phases.setup]
nixPkgs = ["php84", "git"]
[phases.install]
cmds = []
[phases.build]
dependsOn = ["setup"]
cmds = ["git clone --branch trunk --depth 1 https://github.com/nicoverbruggen/ebook-fonts.git ./public/repos/ebook-fonts"]
[variables]
PHP_CLI_SERVER_WORKERS = "4"
[start]
cmd = "php -S 0.0.0.0:${PORT:-8080} -t public"