Revert some code committed mistakenly at 1374ba5

This commit is contained in:
Yi EungJun 2015-12-17 18:03:55 +09:00
parent 1374ba50e8
commit 1052398af7

View File

@ -11,8 +11,8 @@ chdir /mattermost\n\
exec bin/platform\n'\ exec bin/platform\n'\
>> /etc/init/mattermost.conf >> /etc/init/mattermost.conf
COPY mattermost-ent.tar.gz / RUN wget https://github.com/mattermost/platform/releases/download/v1.2.1/mattermost.tar.gz \
RUN tar -xvzf mattermost-ent.tar.gz && rm mattermost-ent.tar.gz && tar -xvzf mattermost.tar.gz && rm mattermost.tar.gz
COPY config.template.json / COPY config.template.json /
COPY docker-entry.sh / COPY docker-entry.sh /