LoginSignup
3

More than 5 years have passed since last update.

Herokuのbuildpackについて

Posted at

Herokuのbuildpackを使おうと思ったので、そのメモ

コマンド

現在のbuildpackを確認する

heroku buildpacks

buildpackの追加

heroku buildpacks:add --index [どの順番に適用するか] [URL] -a [適用するアプリ名]

buildpackの削除

heroku buildpacks:remove [URL] -a [適用するアプリ名]

bulldpackの全削除

heroku buildpacks:clear -a [適用するアプリ名]

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3