Add nixpacks config

This commit is contained in:
walde
2026-02-23 21:07:56 +00:00
parent faacaab388
commit 346af3bea1

5
nixpacks.toml Normal file
View File

@@ -0,0 +1,5 @@
[phases.setup]
nixPkgs = ["php83", "php83Extensions.pdo", "php83Extensions.mbstring", "php83Extensions.xml", "php83Extensions.curl", "nginx"]
[start]
cmd = "php artisan serve --host=0.0.0.0 --port=3000"