aboutsummaryrefslogtreecommitdiff
path: root/2025/2025-10-26-bonus-drop/README.md
diff options
context:
space:
mode:
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`.