Fixes running webapp from custom location using ENV variable. (#7809)

Этот коммит содержится в:
Martin Kraft
2017-11-10 15:25:05 -05:00
коммит произвёл Joram Wilander
родитель bdd47539bf
Коммит 91544f0c6d

Просмотреть файл

@@ -370,9 +370,7 @@ run-cli: start-docker
run-client:
@echo Running mattermost client for development
@if [ ! -e client ]; then \
ln -s $(BUILD_WEBAPP_DIR)/dist client; \
fi
ln -nfs $(BUILD_WEBAPP_DIR)/dist client
cd $(BUILD_WEBAPP_DIR) && $(MAKE) run
run-client-fullmap: