From 217a1e3a43aa7bd39cf3aea5deadde215f72ee60 Mon Sep 17 00:00:00 2001 From: Gyurix Date: Sat, 19 Oct 2024 13:03:47 +0200 Subject: [PATCH] missed entrypoint command in Dockerfile --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index fc7ab8f..dac767d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,3 +4,5 @@ RUN apk --update --no-cache add yq COPY entrypoint.sh /entrypoint.sh RUN chmod a+x /entrypoint.sh + +CMD /entrypoint.sh