From a23dc103470ba5692dab1fd4473e0ad9bbd23be5 Mon Sep 17 00:00:00 2001 From: Sleepingpirates <32914211+Sleepingpirates@users.noreply.github.com> Date: Wed, 10 Jun 2020 19:56:32 -0400 Subject: [PATCH] Update app.json --- app.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app.json b/app.json index 246a842..0329c14 100644 --- a/app.json +++ b/app.json @@ -1,11 +1,10 @@ { "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", + "image": "piratify/invitarr:latest", "buildpacks": [ { "url": "heroku/python" } - ] + ], }