From a68e99c89a795384ceffabe3bd07a6a8c842f571 Mon Sep 17 00:00:00 2001 From: alifaisyahh Date: Wed, 10 Jun 2026 19:00:29 +0700 Subject: [PATCH] mengubah toml --- Procfile | 1 - nixpacks.toml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 Procfile 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