mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
Merge pull request #6719 from dokku/copydokku
feat: add a make target to copy the dokku binary over
This commit is contained in:
7
Makefile
7
Makefile
@@ -75,9 +75,12 @@ go-clean:
|
||||
fi ;\
|
||||
done
|
||||
|
||||
copyfiles:
|
||||
$(MAKE) go-build || exit 1
|
||||
copydokku:
|
||||
cp dokku /usr/local/bin/dokku
|
||||
chmod 0755 /usr/local/bin/dokku
|
||||
|
||||
copyfiles: copydokku
|
||||
$(MAKE) go-build || exit 1
|
||||
mkdir -p ${CORE_PLUGINS_PATH} ${PLUGINS_PATH}
|
||||
rm -rf ${CORE_PLUGINS_PATH}/*
|
||||
test -d ${CORE_PLUGINS_PATH}/enabled || PLUGIN_PATH=${CORE_PLUGINS_PATH} plugn init
|
||||
|
||||
Reference in New Issue
Block a user