mirror of
https://github.com/dokku/dokku.git
synced 2025-12-16 12:07:45 +01:00
using absolute path for plugins
This commit is contained in:
3
Makefile
3
Makefile
@@ -8,7 +8,8 @@ install: gitreceive sshcommand pluginhook
|
||||
cp dokku /usr/local/bin/dokku
|
||||
cp receiver /home/git/receiver
|
||||
cp nginx-app-conf /home/git/nginx-app-conf
|
||||
cp -r plugins /home/git/.plugins
|
||||
mkdir -p /var/lib/dokku/plugins
|
||||
cp -r plugins/* /var/lib/dokku/plugins
|
||||
|
||||
gitreceive:
|
||||
wget -qO /usr/local/bin/gitreceive ${GITRECEIVE_URL}
|
||||
|
||||
@@ -15,7 +15,7 @@ cd dokku && make install
|
||||
|
||||
curl "$DOKKU_STACK" | gunzip -cd | docker import - progrium/buildstep
|
||||
|
||||
PLUGINPATH=/home/git/.plugins
|
||||
PLUGIN_PATH=/var/lib/dokku/plugins
|
||||
pluginhook install
|
||||
|
||||
echo
|
||||
|
||||
Reference in New Issue
Block a user