re-added gestion for plugins volume outside folder
This commit is contained in:
1
Makefile
1
Makefile
@@ -33,6 +33,7 @@ SOURCE_ENV := . $(ENV_PATH)
|
||||
# list of volumes
|
||||
VOLUME_ENV := set | grep "^HOST_VOLUME_" | cut -d "=" -f 2
|
||||
VOLUMES_D = $(shell $(SOURCE_ENV) ; $(VOLUME_ENV) )
|
||||
VOLUMES_D += $(shell $(SOURCE_ENV) ; echo $$HOST_VOLUMES_DIR )
|
||||
# url for wordpress, use in makefile to change local
|
||||
WP_URL = $(shell $(SOURCE_ENV) ; echo $$WP_URL )
|
||||
WP_COMPLETE_URL = $(shell $(SOURCE_ENV) ; echo $$WP_COMPLETE_URL )
|
||||
|
||||
Reference in New Issue
Block a user