added optional build arguments to docker/readme.md

This commit is contained in:
Simon Schön 2022-06-08 14:48:08 +02:00
parent 5c8f8c611f
commit 18d9e86352
1 changed files with 7 additions and 0 deletions

View File

@ -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
```