doc: updated djangoldp container build instructions
This commit is contained in:
parent
e567405c14
commit
4b90356ae0
@ -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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user