From 9c27e9bbed28917d75a45d1e80ea2c8e06392b6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Renaud=20Micha=C3=ABlis?= Date: Thu, 18 Jul 2019 15:22:51 +0200 Subject: [PATCH] Could be a variable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fa5e44acc..43b95529f 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ docker-build-ldap: cd ldap && docker build --tag=lux-dev-ldap --build-arg=HTTP_PROXY_URL=$(http_proxy) --build-arg=HTTPS_PROXY_URL=$(https_proxy) . DOCKER_COMPOSE_PROJECT ?= luxembourg -DOCKER_CONTAINER = $(DOCKER_COMPOSE_PROJECT)_geoportal_1 +DOCKER_CONTAINER ?= $(DOCKER_COMPOSE_PROJECT)_geoportal_1 APP_JS_FILES = $(shell find geoportal/$(PACKAGE)_geoportal/static-ngeo/js -type f -name '*.js' 2> /dev/null) APP_HTML_FILES += $(shell find geoportal/$(PACKAGE)_geoportal/static-ngeo/js -type f -name '*.html' 2> /dev/null) APP_HTML_FILES += geoportal/$(PACKAGE)_geoportal/static-ngeo/js/apps/main.html.ejs