summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-22 11:35:39 -0400
committerChristopher Speller <crspeller@gmail.com>2016-03-22 13:28:58 -0400
commitbe30d74c20a25fba4f7669058b434a3449e17da9 (patch)
tree38d70aa9cf9e0c0aeab9469756a84fb794174246 /Makefile
parent6568e15023c009c96a46f022236f5fd4415445c0 (diff)
downloadchat-be30d74c20a25fba4f7669058b434a3449e17da9.tar.gz
chat-be30d74c20a25fba4f7669058b434a3449e17da9.tar.bz2
chat-be30d74c20a25fba4f7669058b434a3449e17da9.zip
Removing static test. Adding start-docker as a dep for run-server.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bb64638a..492275eca 100644
--- a/Makefile
+++ b/Makefile
@@ -174,7 +174,7 @@ endif
# Create package
tar -C dist -czf $(DIST_PATH).tar.gz mattermost
-run-server: prepare-enterprise
+run-server: prepare-enterprise start-docker
@echo Running mattermost for development
mkdir -p $(BUILD_WEBAPP_DIR)/dist/files