Skip to content

Commit

Permalink
Merge pull request #131 from stepchowfun/dockerfile-init-clarification
Browse files Browse the repository at this point in the history
Clarify a comment in the Dockerfile about not running Docuum as an init process
  • Loading branch information
stepchowfun authored Dec 4, 2020
2 parents f6dd3f8 + 572b1b6 commit 92570ca
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 92570ca

Please sign in to comment.