diff options
author | Tyler Kennedy | 2022-11-27 12:56:37 -0500 |
---|---|---|
committer | GitHub | 2022-11-27 10:56:37 -0700 |
commit | 9d634c993f7aa1993640706216943ecf2b8f8591 (patch) | |
tree | 6d15d9464bed62d2b46c24b6f630cdde22a6fa6f /.buildpacks | |
parent | bc54e1856c09c8976ed89455cb09ba0f9abc2f03 (diff) | |
download | takahe-9d634c993f7aa1993640706216943ecf2b8f8591.tar.gz takahe-9d634c993f7aa1993640706216943ecf2b8f8591.tar.bz2 takahe-9d634c993f7aa1993640706216943ecf2b8f8591.zip |
Heroku/Dokku buildpack support
Diffstat (limited to '.buildpacks')
-rw-r--r-- | .buildpacks | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.buildpacks b/.buildpacks new file mode 100644 index 0000000..a9e3887 --- /dev/null +++ b/.buildpacks @@ -0,0 +1,2 @@ +heroku-community/apt +heroku/python |