Skip to content
This repository has been archived by the owner on May 20, 2022. It is now read-only.

Commit

Permalink
DOPS-215: Add MM_INSTALL_TYPE environment variable. (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
metanerd committed Oct 8, 2020
1 parent bccdcd5 commit 474a26a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM alpine:3.10
# Some ENV variables
ENV PATH="/mattermost/bin:${PATH}"
ENV MM_VERSION=5.27.0
ENV MM_INSTALL_TYPE=docker

# Build argument to set Mattermost edition
ARG edition=enterprise
Expand Down

0 comments on commit 474a26a

Please sign in to comment.