6 lines
240 B
Markdown
6 lines
240 B
Markdown
# 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 .`
|