Этот коммит содержится в:
Christopher Speller
2015-11-16 11:34:49 -05:00
родитель 083d50bcfa
Коммит 49a459d696
2 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@@ -34,7 +34,7 @@ VOLUME /var/lib/mysql
WORKDIR /mattermost
# Copy over files
ADD https://github.com/mattermost/platform/releases/download/v1.2.0/mattermost.tar.gz /
ADD https://github.com/mattermost/platform/releases/download/v1.2.1/mattermost.tar.gz /
RUN tar -zxvf /mattermost.tar.gz --strip-components=1 && rm /mattermost.tar.gz
ADD config_docker.json /
ADD docker-entry.sh /

Просмотреть файл

@@ -12,6 +12,7 @@ import (
// It should be maitained in chronological order with most current
// release at the front of the list.
var versions = []string{
"1.2.1",
"1.2.0",
"1.1.0",
"1.0.0",