aboutsummaryrefslogtreecommitdiff
path: root/2025/2025-10-26-bonus-drop/README.md
diff options
context:
space:
mode:
authorhrbrmstr <bob@rud.is>2025-10-26 04:10:31 -0400
committerhrbrmstr <bob@rud.is>2025-10-26 04:10:31 -0400
commit88a0dce9ccc289596a01461825e0c0c0199f4065 (patch)
treece5efa22e6287cb3f7300777a20131a281697a72 /2025/2025-10-26-bonus-drop/README.md
parent6701c78a2182699cb4d8adeae90251b429e24cd4 (diff)
add: Dockerfile for Bonus Drop 101
Diffstat (limited to '2025/2025-10-26-bonus-drop/README.md')
-rw-r--r--2025/2025-10-26-bonus-drop/README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/2025/2025-10-26-bonus-drop/README.md b/2025/2025-10-26-bonus-drop/README.md
new file mode 100644
index 0000000..19a0707
--- /dev/null
+++ b/2025/2025-10-26-bonus-drop/README.md
@@ -0,0 +1,12 @@
+# Restring Dockerfile
+
+This directory contains a `Dockerfile` for the [Restring](https://github.com/likang/restring) web app.
+
+Clone the repo, put this file in there and do:
+
+```bash
+$ docker build -t restring .
+$ docker run -d -p 3001:80 --name restring-web restring
+```
+
+Use any free port instead of `3001`.