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

1
Dockerfile.heroku Normal file
View File

@@ -0,0 +1 @@
FROM tzahi12345/youtubedl-material:nightly

View File

@@ -1 +0,0 @@
web: npm start --prefix backend

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"]
}

3
heroku.yml Normal file
View File

@@ -0,0 +1,3 @@
build:
docker:
web: Dockerfile.heroku