mirror of
https://github.com/dokku/dokku.git
synced 2025-12-28 16:06:40 +01:00
nginx vhosts as a plugin?
This commit is contained in:
3
Makefile
3
Makefile
@@ -7,7 +7,6 @@ all: install
|
||||
install: gitreceive sshcommand pluginhook
|
||||
cp dokku /usr/local/bin/dokku
|
||||
cp receiver /home/git/receiver
|
||||
cp nginx-app-conf /home/git/nginx-app-conf
|
||||
mkdir -p /var/lib/dokku/plugins
|
||||
cp -r plugins/* /var/lib/dokku/plugins
|
||||
PLUGIN_PATH=/var/lib/dokku/plugins pluginhook install
|
||||
@@ -27,4 +26,4 @@ pluginhook:
|
||||
cd /tmp && dpkg -i pluginhook_0.1.0_amd64.deb
|
||||
|
||||
count:
|
||||
cat receiver dokku bootstrap.sh nginx-app-conf | wc -l
|
||||
cat receiver dokku bootstrap.sh | wc -l
|
||||
Reference in New Issue
Block a user