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

heroku-fixes-and-repo-cleanup
Isaac Abadi 4 years ago
parent 8aa354ac24
commit 25aac19cfb

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

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

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

@ -0,0 +1,3 @@
build:
docker:
web: Dockerfile.heroku
Loading…
Cancel
Save