Skip to content

Commit

Permalink
Updating dockerfile for v2.0.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
crspeller committed Feb 12, 2016
1 parent 0807fe5 commit 6cb4f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/2.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ VOLUME /var/lib/mysql
WORKDIR /mattermost

# Copy over files
ADD https://github.com/mattermost/platform/releases/download/v2.0.0-rc1/mattermost.tar.gz /
ADD https://github.com/mattermost/platform/releases/download/v2.0.0-rc2/mattermost.tar.gz /
RUN tar -zxvf /mattermost.tar.gz --strip-components=1 && rm /mattermost.tar.gz
ADD config_docker.json /
ADD docker-entry.sh /
Expand Down

0 comments on commit 6cb4f82

Please sign in to comment.