mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 03:57:43 +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:
|
||||
cp dokku /usr/local/bin/dokku
|
||||
cp receiver /home/git/receiver
|
||||
|
||||
plugins: pluginhook docker
|
||||
mkdir -p /var/lib/dokku/plugins
|
||||
cp -r plugins/* /var/lib/dokku/plugins
|
||||
|
||||
plugins: pluginhook docker
|
||||
dokku plugins-install
|
||||
dokku plugins
|
||||
|
||||
dependencies: gitreceive sshcommand pluginhook docker stack
|
||||
|
||||
|
||||
Reference in New Issue
Block a user