diff --git a/build.sh b/build.sh index aa31771ee00..f1961b67681 100644 --- a/build.sh +++ b/build.sh @@ -9,7 +9,7 @@ if [ $1 ]; then export METEOR_SETTINGS=$(cat settings.$1.json) meteor add rocketchat:external meteor add rocketchat:hubot - meteor build --server rocket.chat --directory /var/www/rocket.chat + meteor build --server https://rocket.chat --directory /var/www/rocket.chat cd /var/www/rocket.chat/bundle/programs/server npm install cd /var/www/rocket.chat/current