From ad47b31f96cfc208b2f2721ca658fd64de806ed4 Mon Sep 17 00:00:00 2001 From: meejah Date: Tue, 10 Dec 2024 11:57:46 -0700 Subject: [PATCH] whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba04c5c..270648a 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ Dockerfile content: ```dockerfile FROM python:3.11 RUN pip install magic-wormhole-mailbox-server -CMD [ "twist", "wormhole-mailbox","--usage-db=usage.sqlite" ] +CMD [ "twist", "wormhole-mailbox","--usage-db=usage.sqlite" ] ``` > Note: This will be running as root, you should adjust it to be in user space for production.