summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2024-10-14 22:32:49 +0200
committerYuval Adam <_@yuv.al>2024-10-16 20:27:21 +0200
commiteefbcc657648e3c11e7c4c98fead0ec03445d39d (patch)
treec9247e55c668b906583e32173c91bf2f0336dc7c /README.md
parentfa54511e77eeccd4be61cdbd36265ece4dd799dc (diff)
Remove all docker files
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 73952a7..d820fa3 100644
--- a/README.md
+++ b/README.md
@@ -13,15 +13,6 @@ $ npm install
$ npm run dev
```
-## 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 Vercel.