doc: updated djangoldp container build instructions

This commit is contained in:
plup 2021-02-24 11:15:44 +01:00
parent e567405c14
commit 4b90356ae0
1 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
# How to build a ldpserver image
Get the [Dockerfile](https://git.startinblox.com/djangoldp-packages/djangoldp/blob/master/Dockerfile) from the `djangoldp` project.
Get the Dockerfile from the `djangoldp` project.
```
$ curl -LO https://git.startinblox.com/djangoldp-packages/djangoldp/raw/master/Dockerfile
```
And build it with the `settings.yml` file: `docker build -t ldpserver .`
And build it along with the `settings.yml` file:
```
# docker build -t registry.startinblox.com/applications/hubl/djangoldp:2.1 .
# docker push registry.startinblox.com/applications/hubl/djangoldp:2.1
```