Skip to content

Commit

Permalink
Removes the undersore...
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Feb 14, 2019
1 parent c06b0eb commit c3ccdbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DOCKER ?= TRUE
ifeq ($(INSTANCE), main)
DOCKER_ENTRY_POINT ?= /
else
DOCKER_ENTRY_POINT ?= /_$(INSTANCE)/
DOCKER_ENTRY_POINT ?= /$(INSTANCE)/
endif
DOCKER_WEB_HOST ?= localhost
DOCKER_WEB_PROTOCOL ?= https
Expand Down

0 comments on commit c3ccdbe

Please sign in to comment.