2021-02-10 17:35:29 +00:00
|
|
|
# How to build a ldpserver image
|
|
|
|
|
2021-02-24 10:15:44 +00:00
|
|
|
Get the Dockerfile from the `djangoldp` project.
|
|
|
|
```
|
|
|
|
$ curl -LO https://git.startinblox.com/djangoldp-packages/djangoldp/raw/master/Dockerfile
|
|
|
|
```
|
2021-02-10 17:35:29 +00:00
|
|
|
|
2021-02-24 10:15:44 +00:00
|
|
|
And build it along with the `settings.yml` file:
|
|
|
|
```
|
2021-06-15 12:04:30 +00:00
|
|
|
# docker build -t registry.startinblox.com/applications/orbit/djangoldp:2.1 .
|
|
|
|
# docker push registry.startinblox.com/applications/orbit/djangoldp:2.1
|
2021-02-24 10:15:44 +00:00
|
|
|
```
|