From c6c10495525002e041f94ad4fb6c721e7619cae3 Mon Sep 17 00:00:00 2001 From: Sven Schliesing Date: Sun, 26 Nov 2017 19:58:56 +0100 Subject: [PATCH] Fix typo in app Dockerfile (#210) --- app/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Dockerfile b/app/Dockerfile index 4284675..6718325 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -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 \