Skip to content

Commit

Permalink
Could be a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rmichaelis authored Jul 18, 2019
1 parent 786f566 commit 9c27e9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c27e9b

Please sign in to comment.