mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-11 10:00:48 -05:00
instructions on building the docker image
This commit is contained in:
parent
1f4d2e76d7
commit
ee4a5d53ad
@ -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``
|
This will build the HTML documentation, and put the resulting files in the ``_build/html``
|
||||||
directory.
|
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 <your-tag>
|
||||||
|
|
||||||
Extending Paperless
|
Extending Paperless
|
||||||
===================
|
===================
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user