diff --git a/docker/README.md b/docker/README.md index 5c2c2732..4823a699 100644 --- a/docker/README.md +++ b/docker/README.md @@ -173,13 +173,8 @@ Here are the shell commands to build the Docker image with different configurati #### 1. Build with Minify and Translate Disabled If you want to disable both HTML/JS minification and translation during the build process, use the following command: +> While in the root git location. ```sh -docker build --build-arg DISABLE_MINIFY=no --build-arg DISABLE_TRANSLATE=no -t meshcentral . -``` - -## Security Measures -- Only exposing port 443 to minimize attack surface. -- Using environment variables for sensitive credentials. -- Removing unnecessary files after installation. -- Enforcing proper permissions on configuration files. \ No newline at end of file +docker build -f docker/Dockerfile --build-arg DISABLE_MINIFY=no --build-arg DISABLE_TRANSLATE=no -t meshcentral . +``` \ No newline at end of file