bugfix: run 'node translate.js extractall' only when DISABLE_TRANSLATE is not set

This commit is contained in:
Simon Schön
2022-06-09 21:25:01 +02:00
parent d06ca601ff
commit cf553d1a0f
4 changed files with 39 additions and 25 deletions

View File

@@ -24,7 +24,7 @@
### Optional build arguments
> | Argument | Description |
> | :--- | :--- |
> | INCLUDE_MONGOTOOLS=yes | Includes mongodb-tools (mongodump, ...) in the image |
> | INCLUDE_MONGODBTOOLS=yes | Includes mongodb-tools (mongodump, ...) in the image |
> | DISABLE_MINIFY=yes | Disables the minification of files |
> | DISABLE_TRANSLATE=yes | Disables the translation of files |