aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-06-28 02:21:10 +0530
committerBobby <[email protected]>2022-06-28 02:21:10 +0530
commit30845230eb499f6cd2f680f9ffee48aee4e921a3 (patch)
treec14c7035110b5927804ea2de05821e47cf0e139d
parenta38e3e96097fe02e5fe802bda3ff3b06f4ac5ead (diff)
downloadthatcomputerscientist-30845230eb499f6cd2f680f9ffee48aee4e921a3.tar.xz
thatcomputerscientist-30845230eb499f6cd2f680f9ffee48aee4e921a3.zip
Change build process
-rw-r--r--fly.toml3
1 files changed, 2 insertions, 1 deletions
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"