diff --git a/Procfile b/Procfile deleted file mode 100644 index f720992..0000000 --- a/Procfile +++ /dev/null @@ -1 +0,0 @@ -web: php -S 0.0.0.0:${PORT:-8080} \ No newline at end of file diff --git a/nixpacks.toml b/nixpacks.toml index 385aac1..33a6841 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -1,2 +1,2 @@ [start] -cmd = "php -S 0.0.0.0:8080" \ No newline at end of file +cmd = "php -S 0.0.0.0:8080 -t ." \ No newline at end of file