[CORD-3186] Adding CORD version to the gui

Change-Id: I4512ed6fce7f5dc2bb70dc1df6f5a919456fc60a
diff --git a/Dockerfile b/Dockerfile
index 9f39abf..2441de4 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,6 +1,5 @@
 # xosproject/xos-gui
-# To build use: docker build -f Dockerfile -t xosproject/xos-gui:candidate . (note that this require xos-gui-extension-builder to be built)
-# To run use: docker run -p 4000:4000 --volumes-from gui-extensions-store -d xosproject/xos-gui
+# docker build -f Dockerfile -t xosproject/xos-gui:candidate .
 
 # xos-gui-base container
 FROM xosproject/xos-gui-builder:candidate as xos-gui-base