summaryrefslogtreecommitdiffstats
path: root/docker-entry.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker-entry.sh')
-rwxr-xr-xdocker-entry.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/docker-entry.sh b/docker-entry.sh
index 3a273e365..db6ccaa18 100755
--- a/docker-entry.sh
+++ b/docker-entry.sh
@@ -2,6 +2,9 @@
mkdir -p web/static/js
+echo "127.0.0.1 dockerhost" >> /etc/hosts
+/etc/init.d/networking restart
+
echo configuring mysql
# SQL!!!
@@ -111,7 +114,7 @@ echo starting react processor
cd /go/src/github.com/mattermost/platform/web/react && npm start &
echo starting go web server
-cd /go/src/github.com/mattermost/platform/; go run mattermost.go -config=config_docker.json &
+cd /go/src/github.com/mattermost/platform/; go run mattermost.go -config=config.json &
echo starting compass watch
cd /go/src/github.com/mattermost/platform/web/sass-files && compass watch