mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
Move copying of plugins to install target
This commit is contained in:
5
Makefile
5
Makefile
@@ -9,12 +9,11 @@ all: dependencies stack install plugins
|
|||||||
install:
|
install:
|
||||||
cp dokku /usr/local/bin/dokku
|
cp dokku /usr/local/bin/dokku
|
||||||
cp receiver /home/git/receiver
|
cp receiver /home/git/receiver
|
||||||
|
|
||||||
plugins: pluginhook docker
|
|
||||||
mkdir -p /var/lib/dokku/plugins
|
mkdir -p /var/lib/dokku/plugins
|
||||||
cp -r plugins/* /var/lib/dokku/plugins
|
cp -r plugins/* /var/lib/dokku/plugins
|
||||||
|
|
||||||
|
plugins: pluginhook docker
|
||||||
dokku plugins-install
|
dokku plugins-install
|
||||||
dokku plugins
|
|
||||||
|
|
||||||
dependencies: gitreceive sshcommand pluginhook docker stack
|
dependencies: gitreceive sshcommand pluginhook docker stack
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user