From 3fa88ee9d11c2a9481d56816963e1f8e7e48cd16 Mon Sep 17 00:00:00 2001 From: Tim Bendt Date: Thu, 5 Mar 2026 21:12:45 -0500 Subject: [PATCH] start command for new image --- nixpacks.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixpacks.toml b/nixpacks.toml index 424341e..069682b 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,2 +1,2 @@ [start] -cmd = "supervisord -c /app/supervisord.conf" +cmd = "php -S 0.0.0.0:80 -t /app"