From 4b90356ae0079ab71e07d5ff0783f048b5d2b848 Mon Sep 17 00:00:00 2001
From: plup <plup@plup.io>
Date: Wed, 24 Feb 2021 11:15:44 +0100
Subject: [PATCH] doc: updated djangoldp container build instructions

---
 internal/docker/README.md | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/internal/docker/README.md b/internal/docker/README.md
index 2992d81d..6e656a3c 100644
--- a/internal/docker/README.md
+++ b/internal/docker/README.md
@@ -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
+```
-- 
GitLab