Merge pull request #65 from jasonblais/patch-1

Update Dockerfile for Mattermost 3.5.1
This commit is contained in:
Eric Sethna 2016-11-23 14:17:10 -07:00 committed by GitHub
commit 782129450e

View File

@ -3,7 +3,7 @@ FROM ubuntu:14.04
RUN apt-get update && apt-get -y install curl netcat RUN apt-get update && apt-get -y install curl netcat
RUN mkdir -p /mattermost/data RUN mkdir -p /mattermost/data
RUN curl https://releases.mattermost.com/3.4.0/mattermost-team-3.4.0-linux-amd64.tar.gz | tar -xvz RUN curl https://releases.mattermost.com/3.5.1/mattermost-team-3.5.1-linux-amd64.tar.gz | tar -xvz
RUN rm /mattermost/config/config.json RUN rm /mattermost/config/config.json
COPY config.template.json / COPY config.template.json /