mirror of
https://github.com/nicoverbruggen/ebook-fonts-showcase.git
synced 2026-03-23 05:10:09 +01:00
18 lines
350 B
TOML
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"
|