about summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorEmile <hanemile@protonmail.com>2020-01-26 20:39:24 +0100
committerEmile <hanemile@protonmail.com>2020-01-26 20:39:24 +0100
commitf1204eebc6c773edb777f99c5a41403d3cb1247f (patch)
treedadd00514f66901584bf535cccf391c4c0e68ea1 /README.md
parent9fdfa6fe2cd83e1919672ab3821404ebfdf959be (diff)
run / install instructions HEAD master
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index be2b2fe..139a590 100644
--- a/README.md
+++ b/README.md
@@ -3,3 +3,17 @@
 > A metrics bundler, but with a simple web interface
 
 click your own graphs
+
+## RUN:
+
+build the docker image:
+
+```
+docker build . -t graphclicker
+```
+
+run:
+
+```
+docker run -p 8084:8084 graphclicker
+```