Update app.json

This commit is contained in:
Sleepingpirates
2020-06-10 19:56:32 -04:00
committed by GitHub
parent 96b1208a47
commit a23dc10347

View File

@@ -1,11 +1,10 @@
{ {
"name": "Invitarr", "name": "Invitarr",
"description": "This app does one little thing, and does it well.", "description": "This app does one little thing, and does it well.",
"repository": "https://github.com/Sleepingpirates/Invitarr", "image": "piratify/invitarr:latest",
"image": "Sleepingpirates/Invitarr/tree/master/Docker",
"buildpacks": [ "buildpacks": [
{ {
"url": "heroku/python" "url": "heroku/python"
} }
] ],
} }