Skip to content

Commit

Permalink
Docker updates for 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattermost-build committed Mar 14, 2016
1 parent 2181406 commit f189bc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/2.1/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ VOLUME /var/lib/mysql
WORKDIR /mattermost

# Copy over files
ADD https://releases.mattermost.com/2.1.0-rc1/mattermost-team-2.1.0-rc2-linux-amd64.tar.gz /
RUN tar -zxvf /mattermost-team-2.1.0-rc2-linux-amd64.tar.gz
ADD https://releases.mattermost.com/2.1.0-rc1/mattermost-team-2.1.0-linux-amd64.tar.gz /
RUN tar -zxvf /mattermost-team-2.1.0-linux-amd64.tar.gz
ADD config_docker.json /
ADD docker-entry.sh /

Expand Down

0 comments on commit f189bc2

Please sign in to comment.