mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
This plugin will allow users to override the builder used for their application, enabling users to use custom builders if desired.
7 lines
223 B
Makefile
7 lines
223 B
Makefile
SUBCOMMANDS = subcommands/report subcommands/set
|
|
TRIGGERS = triggers/builder-detect triggers/install triggers/post-delete triggers/report
|
|
BUILD = commands subcommands triggers
|
|
PLUGIN_NAME = builder
|
|
|
|
include ../../common.mk
|