Skip to content

Commit

Permalink
Updating dockerfile for release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
crspeller committed Dec 14, 2015
1 parent 1a004ef commit f51d45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/1.3/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/v1.3.0-rc2/mattermost.tar.gz /
ADD https://github.com/mattermost/platform/releases/download/v1.3.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 /
Expand Down

0 comments on commit f51d45f

Please sign in to comment.