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"