Skip to content

Commit

Permalink
Clarify a comment in the Dockerfile about not running Docuum as an in…
Browse files Browse the repository at this point in the history
…it process
  • Loading branch information
stepchowfun committed Dec 4, 2020
1 parent f6dd3f8 commit 572b1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 572b1b6

Please sign in to comment.