Fix typo in app Dockerfile (#210)
This commit is contained in:
parent
5de76764be
commit
c6c1049552
@ -5,7 +5,7 @@ ENV PATH="/mattermost/bin:${PATH}"
|
||||
ENV MM_VERSION=4.4.2
|
||||
|
||||
# Build argument to set Mattermost edition
|
||||
ARG edition=entreprise
|
||||
ARG edition=enterprise
|
||||
|
||||
# Install some needed packages
|
||||
RUN apt-get update \
|
||||
|
Reference in New Issue
Block a user