summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorChurchill Lee <FeliciousX@users.noreply.github.com>2016-03-16 09:12:29 +0800
committerChurchill Lee <FeliciousX@users.noreply.github.com>2016-03-16 09:12:29 +0800
commit811a86d6ec8919b4f7cd8d0dce66412117bc30d7 (patch)
tree3672e0bfb2eab02649d276e607a3f034cc540ccb /docker
parent29fe6a3d13c9c7aa490fffebbe5d1b5fdf1e3090 (diff)
downloadchat-811a86d6ec8919b4f7cd8d0dce66412117bc30d7.tar.gz
chat-811a86d6ec8919b4f7cd8d0dce66412117bc30d7.tar.bz2
chat-811a86d6ec8919b4f7cd8d0dce66412117bc30d7.zip
Path in docker differs for CD
Running docker will fail because it can't CD into the mattermost directory
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/2.1/docker-entry.sh2
1 files changed, 1 insertions, 1 deletions
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