Proposed update to v2.1.0
This commit is contained in:
parent
2452654036
commit
8581c6590a
@ -11,8 +11,8 @@ chdir /mattermost\n\
|
|||||||
exec bin/platform\n'\
|
exec bin/platform\n'\
|
||||||
>> /etc/init/mattermost.conf
|
>> /etc/init/mattermost.conf
|
||||||
|
|
||||||
RUN wget https://github.com/mattermost/platform/releases/download/v2.0.0/mattermost.tar.gz \
|
RUN wget https://releases.mattermost.com/2.1.0/mattermost-team-2.1.0-linux-amd64.tar.gz \
|
||||||
&& tar -xvzf mattermost.tar.gz && rm mattermost.tar.gz
|
&& tar -xvzf mattermost-team-2.1.0-linux-amd64.tar.gz && rm mattermost-team-2.1.0-linux-amd64.tar.gz
|
||||||
|
|
||||||
COPY config.template.json /
|
COPY config.template.json /
|
||||||
COPY docker-entry.sh /
|
COPY docker-entry.sh /
|
||||||
|
Reference in New Issue
Block a user