From: Martin Richtarsky Date: Mon, 30 Sep 2024 14:56:24 +0000 (+0200) Subject: Documentation: update development docker build steps (#7806) X-Git-Tag: v2.13.0-beta.rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9e33a340100e3f08abe21fa173a5fbee112fbee;p=thirdparty%2Fpaperless-ngx.git Documentation: update development docker build steps (#7806) --- diff --git a/docs/development.md b/docs/development.md index bc9ef4c2b0..fc6976e231 100644 --- a/docs/development.md +++ b/docs/development.md @@ -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