From 420524775c114e5307f48e84876a2baac61fbf66 Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Tue, 13 Aug 2024 10:22:49 +0200 Subject: [PATCH] Comment on the makeshift character --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e903bcf..6a25a9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ Roundcubemail Docker Dev ======================== -A container image to easily run Roundcubemail from its repository code. +A makeshift container image to easily run Roundcubemail from its repository code. This image expects to be run with Roundcubemail's repository code mounted to `/var/www/html`, and prepares it to be runnable. + +Principially this probably should be facilitated by the Roundcube-repo itself, but as long as that doesn't happen, this image helps.