summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88eb685..66e006f 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,15 @@ Manually building the static content into the `dist/` directory can be done with
$ yarn run build
```
+## Docker
+
+You can build a Docker Image from an included Dockerfile and run it as a container:
+
+```bash
+docker build -t cidr.xyz:0.1 .
+docker run -d --rm -p 80:80 cidr.xyz:0.1
+```
+
## Deployment
Deployment is automated from `master` branch via Netlify