From e21d7d4bafb8c785e75369bebd5270cc67cb36d4 Mon Sep 17 00:00:00 2001
From: Kegsay <kegan@matrix.org>
Date: Wed, 3 Jun 2020 16:03:54 +0100
Subject: [PATCH] Update DendriteJS.Dockerfile

---
 build/docker/DendriteJS.Dockerfile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build/docker/DendriteJS.Dockerfile b/build/docker/DendriteJS.Dockerfile
index 9a84a370a..4467c9c70 100644
--- a/build/docker/DendriteJS.Dockerfile
+++ b/build/docker/DendriteJS.Dockerfile
@@ -1,6 +1,10 @@
 # This dockerfile will build dendritejs and hook it up to riot-web, build that then dump the
 # resulting HTML/JS onto an nginx container for hosting. It requires no specific build context
 # as it pulls archives straight from github branches.
+#
+# $ docker build -t dendritejs -f DendriteJS.Dockerfile .
+# $ docker run --rm -p 8888:80 dendritejs
+# Then visit http://localhost:8888
 FROM golang:1.13.7-alpine3.11 AS gobuild
 
 # Download and build dendrite