Release candidate.
Daan Selen committed
Mar 31, 2025 at 10:18 UTC
46f77841e227272379a81b918e45de7e54b11380
1 file changed
+3
-8
docker/README.md
+3
-8
@@ -173,13 +173,8 @@ Here are the shell commands to build the Docker image with different configurati
173
174
#### 1. Build with Minify and Translate Disabled
175
If you want to disable both HTML/JS minification and translation during the build process, use the following command:
176
+> While in the root git location.
177
178
```sh
178
-docker build --build-arg DISABLE_MINIFY=no --build-arg DISABLE_TRANSLATE=no -t meshcentral .
179
-```
180
-
181
-## Security Measures
182
-- Only exposing port 443 to minimize attack surface.
183
-- Using environment variables for sensitive credentials.
184
-- Removing unnecessary files after installation.
185
-- Enforcing proper permissions on configuration files.
\ No newline at end of file
179
+docker build -f docker/Dockerfile --build-arg DISABLE_MINIFY=no --build-arg DISABLE_TRANSLATE=no -t meshcentral .
180
+```
\ No newline at end of file