Skip to content

Commit

Permalink
Fixing dockerfile for release
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyhulen committed Jan 14, 2016
1 parent f7abbe7 commit 8089487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/1.4/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.4.0-rc2/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 /
Expand Down

0 comments on commit 8089487

Please sign in to comment.