doc: added instructions to build a docker image of the server

This commit is contained in:
plup 2021-02-10 18:35:29 +01:00
parent cee946d2df
commit 39067b8c5e
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# How to build a ldpserver image
Get the [Dockerfile](https://git.startinblox.com/djangoldp-packages/djangoldp/blob/master/Dockerfile) from the `djangoldp` project.
And build it with the `settings.yml` file: `docker build -t ldpserver .`