From ee4a5d53ad146b5b821d30c0e187ec576fb58693 Mon Sep 17 00:00:00 2001 From: jonaswinkler <17569239+jonaswinkler@users.noreply.github.com> Date: Sat, 6 Mar 2021 11:47:11 +0100 Subject: [PATCH] instructions on building the docker image --- docs/extending.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/extending.rst b/docs/extending.rst index 54a0d061e..5393b941c 100644 --- a/docs/extending.rst +++ b/docs/extending.rst @@ -269,6 +269,23 @@ this is how you do it: This will build the HTML documentation, and put the resulting files in the ``_build/html`` directory. +Building the Docker image +========================= + +Building the docker image from source requires the following two steps: + +1. Build the front end. + + .. code:: shell-session + + ./compile-frontend.sh + +2. Build the docker image. + + .. code:: shell-session + + docker build . -t + Extending Paperless ===================