added optional build arguments to docker/readme.md
Simon Schön committed
Jun 8, 2022 at 14:48 UTC
18d9e86352db80a64d0ed7a6ba17f9281a471d01
1 file changed
+7
docker/readme.md
+7
@@ -21,6 +21,13 @@
21
> | --force-rm | Always remove intermediate containers |
22
> | -t meshcentral | Name and optionally a tag in the 'name:tag' format |
23
24
+### Optional build arguments
25
+> | Argument | Description |
26
+> | :--- | :--- |
27
+> | INCLUDE_MONGOTOOLS=yes | Includes mongodb-tools (mongodump, ...) in the image |
28
+> | DISABLE_MINIFY=yes | Disables the minification of files |
29
+> | DISABLE_TRANSLATE=yes | Disables the translation of files |
30
+
31
# Create folder-structure and files
32
33
```