]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Documentation: update development docker build steps (#7806)
authorMartin Richtarsky <s@martinien.de>
Mon, 30 Sep 2024 14:56:24 +0000 (16:56 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Sep 2024 14:56:24 +0000 (14:56 +0000)
docs/development.md

index bc9ef4c2b0c55139f554a41aec2e8942fd67b0df..fc6976e231d3e23211d1bea7bc003062bd786ded 100644 (file)
@@ -360,10 +360,10 @@ If you want to build the documentation locally, this is how you do it:
 The docker image is primarily built by the GitHub actions workflow, but
 it can be faster when developing to build and tag an image locally.
 
-Building the image works as with any image:
+Make sure you have the `docker-buildx` package installed. Building the image works as with any image:
 
 ```
-docker build --file Dockerfile --tag paperless:local --progress simple .
+docker build --file Dockerfile --tag paperless:local .
 ```
 
 ## Extending Paperless-ngx