From 811a86d6ec8919b4f7cd8d0dce66412117bc30d7 Mon Sep 17 00:00:00 2001 From: Churchill Lee Date: Wed, 16 Mar 2016 09:12:29 +0800 Subject: Path in docker differs for CD Running docker will fail because it can't CD into the mattermost directory --- docker/2.1/docker-entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/2.1/docker-entry.sh b/docker/2.1/docker-entry.sh index 6bd2a1263..14b9ccd9d 100755 --- a/docker/2.1/docker-entry.sh +++ b/docker/2.1/docker-entry.sh @@ -107,5 +107,5 @@ sleep 5 # ------------------------ echo starting platform -cd /mattermost/bin +cd /mattermost/mattermost/bin ./platform -config=/config_docker.json -- cgit v1.2.3-1-g7c22