Replaced procfile with heroku.yml, added heroku-only Dockerfile and updated app.json

This commit is contained in:
Isaac Abadi
2021-09-21 20:33:42 -06:00
parent 8aa354ac24
commit 25aac19cfb
4 changed files with 5 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
"name": "YoutubeDL-Material",
"description": "An open-source and self-hosted YouTube downloader based on Google's Material Design specifications.",
"repository": "https://github.com/Tzahi12345/YoutubeDL-Material",
"stack": "container",
"logo": "https://i.imgur.com/GPzvPiU.png",
"keywords": ["youtube-dl", "youtubedl-material", "nodejs"]
}