hubl/internal/docker
Jean-Baptiste Pasquier b2bc7965db fix: remove remainder of Hubl 2021-06-15 14:04:30 +02:00
..
README.md fix: remove remainder of Hubl 2021-06-15 14:04:30 +02:00
settings.yml cicd: fix settings.yml for docker 2021-02-23 22:20:17 +01:00

README.md

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