Using config.json instead of config_docker.json for docker. Note, this will break local dev builds.

Этот коммит содержится в:
Christopher Speller
2015-06-16 19:46:56 -04:00
родитель 76a0e0fea4
Коммит 4cd28a520c
3 изменённых файлов: 10 добавлений и 91 удалений

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

@@ -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