From 88a0dce9ccc289596a01461825e0c0c0199f4065 Mon Sep 17 00:00:00 2001 From: hrbrmstr Date: Sun, 26 Oct 2025 04:10:31 -0400 Subject: add: Dockerfile for Bonus Drop 101 --- 2025/2025-10-26-bonus-drop/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 2025/2025-10-26-bonus-drop/README.md (limited to '2025/2025-10-26-bonus-drop/README.md') 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`. -- cgit v1.2.3