diff options
| author | Bobby <[email protected]> | 2022-06-28 02:21:10 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-28 02:21:10 +0530 |
| commit | 30845230eb499f6cd2f680f9ffee48aee4e921a3 (patch) | |
| tree | c14c7035110b5927804ea2de05821e47cf0e139d | |
| parent | a38e3e96097fe02e5fe802bda3ff3b06f4ac5ead (diff) | |
| download | thatcomputerscientist-30845230eb499f6cd2f680f9ffee48aee4e921a3.tar.xz thatcomputerscientist-30845230eb499f6cd2f680f9ffee48aee4e921a3.zip | |
Change build process
| -rw-r--r-- | fly.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,7 +7,8 @@ kill_timeout = 5 processes = [] [build] - builder = "heroku/buildpacks:20" + # builder = "heroku/buildpacks:20" + dockerfile = "Dockerfile" [env] PORT = "8080" |
