From e17215ce9670408b50be4eb1fd4b35f63c99ca9a Mon Sep 17 00:00:00 2001 From: Kaczanowski Mateusz Date: Sat, 9 May 2020 01:33:06 +0200 Subject: [PATCH] update docker file --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f44687d..ddb5b83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,4 +11,5 @@ RUN cargo install --path . FROM debian:buster-slim COPY --from=builder /usr/local/cargo/bin/pastebin /usr/local/bin/pastebin -CMD ["pastebin"] +ENTRYPOINT ["pastebin"] +CMD ["--help"]