summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2016-01-11 17:04:30 -0600
committerCorey Hulen <corey@hulen.com>2016-01-11 17:04:30 -0600
commit82818ced78bd720f5354152cf7794903cafc0d14 (patch)
treecd6eab3ada4e3ba2408da18c2132da460064709c
parent49530d2f9fe2dadb66dff63f86ddf3d5a0763d52 (diff)
parent16263f4e260765b3f48cc98f72c7a50cbb40278c (diff)
downloadchat-82818ced78bd720f5354152cf7794903cafc0d14.tar.gz
chat-82818ced78bd720f5354152cf7794903cafc0d14.tar.bz2
chat-82818ced78bd720f5354152cf7794903cafc0d14.zip
Merge pull request #1866 from mattermost/fix-docker-14
Fixing dockerfile
-rw-r--r--docker/1.4/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/docker/1.4/Dockerfile b/docker/1.4/Dockerfile
index 0e8b8853f..8dcea3927 100644
--- a/docker/1.4/Dockerfile
+++ b/docker/1.4/Dockerfile
@@ -34,8 +34,8 @@ VOLUME /var/lib/mysql
WORKDIR /mattermost
# Copy over files
-RUN wget --no-check-certificate https://s3.amazonaws.com/mattermost-travis-master/mattermost.tar.gz
-RUN tar -zxvf mattermost.tar.gz --strip-components=1 && rm mattermost.tar.gz
+ADD https://github.com/mattermost/platform/releases/download/v1.4.0/mattermost.tar.gz /
+RUN tar -zxvf /mattermost.tar.gz --strip-components=1 && rm /mattermost.tar.gz
ADD config_docker.json /
ADD docker-entry.sh /