From 8ea4ca70b3fe7f7408db882b40c02562722f3e4e Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sat, 9 Jul 2022 15:31:57 +0200 Subject: [PATCH] Assign entrypoint --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index ba81fa7..944cc86 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,3 +32,5 @@ ARG TARGETPLATFORM ENV BBKCLI_VERSION=${BBKCLI_VERSION} ENV PLATFORM_ARCH=${TARGETPLATFORM} ENV TZ=Europe/Stockholm + +ENTRYPOINT [ "/usr/local/bin/bbk_cli" ] \ No newline at end of file