From 572b1b6605ec19b511ce492bafb77ebfae4f5514 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Fri, 4 Dec 2020 00:01:34 -0800 Subject: [PATCH] Clarify a comment in the Dockerfile about not running Docuum as an init process --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f13dcee..ed2aad9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,5 +30,5 @@ RUN \ COPY release/docuum-x86_64-unknown-linux-gnu /usr/local/bin/docuum # Set the entrypoint to Docuum. Note that Docuum is not intended to be run as -# an init process, so we run it indirectly via `sh`. +# an init process, so be sure to pass `--init` to `docker run`. ENTRYPOINT ["/usr/local/bin/docuum"]