From d2e8c8600519670024e080252489c01ef708a8dc Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Wed, 10 Jun 2020 19:45:49 -0400 Subject: [PATCH] Add files via upload --- app.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app.json diff --git a/app.json b/app.json new file mode 100644 index 0000000..a1cde96 --- /dev/null +++ b/app.json @@ -0,0 +1,11 @@ +{ + "name": "Invitarr", + "description": "This app does one little thing, and does it well.", + "repository": "https://github.com/Sleepingpirates/Invitarr", + "image": "Sleepingpirates/Invitarr/tree/master/Docker", + "buildpacks": [ + { + "url": "https://github.com/heroku/heroku-buildpack-python" + } + ], +}