From 30845230eb499f6cd2f680f9ffee48aee4e921a3 Mon Sep 17 00:00:00 2001 From: Bobby Date: Tue, 28 Jun 2022 02:21:10 +0530 Subject: Change build process --- fly.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 19ca0e37..d0641f69 100644 --- a/fly.toml +++ b/fly.toml @@ -7,7 +7,8 @@ kill_timeout = 5 processes = [] [build] - builder = "heroku/buildpacks:20" + # builder = "heroku/buildpacks:20" + dockerfile = "Dockerfile" [env] PORT = "8080" -- cgit v1.2.3