From 18d9e86352db80a64d0ed7a6ba17f9281a471d01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Sch=C3=B6n?= Date: Wed, 8 Jun 2022 14:48:08 +0200 Subject: [PATCH] added optional build arguments to docker/readme.md --- docker/readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker/readme.md b/docker/readme.md index 07a8c466..ea0d09e9 100644 --- a/docker/readme.md +++ b/docker/readme.md @@ -21,6 +21,13 @@ > | --force-rm | Always remove intermediate containers | > | -t meshcentral | Name and optionally a tag in the 'name:tag' format | +### Optional build arguments +> | Argument | Description | +> | :--- | :--- | +> | INCLUDE_MONGOTOOLS=yes | Includes mongodb-tools (mongodump, ...) in the image | +> | DISABLE_MINIFY=yes | Disables the minification of files | +> | DISABLE_TRANSLATE=yes | Disables the translation of files | + # Create folder-structure and files ```