13 lines
389 B
Markdown
13 lines
389 B
Markdown
# How to build a ldpserver image
|
|
|
|
Get the Dockerfile from the `djangoldp` project.
|
|
```
|
|
$ curl -LO https://git.startinblox.com/djangoldp-packages/djangoldp/raw/master/Dockerfile
|
|
```
|
|
|
|
And build it along with the `settings.yml` file:
|
|
```
|
|
# docker build -t registry.startinblox.com/applications/orbit/djangoldp:2.1 .
|
|
# docker push registry.startinblox.com/applications/orbit/djangoldp:2.1
|
|
```
|