From e896cd40f0d0704fd1afb370772d792ddf55e4a2 Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 10 Jul 2024 16:45:26 -0700 Subject: [PATCH] Update entrypoint command --- latest/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/latest/Dockerfile b/latest/Dockerfile index 36d7dec..13b8b26 100644 --- a/latest/Dockerfile +++ b/latest/Dockerfile @@ -30,4 +30,4 @@ RUN dpkg-reconfigure --frontend noninteractive locales WORKDIR /home/container COPY ./entrypoint.sh /entrypoint.sh -CMD ["/entrypoint.sh"] \ No newline at end of file +CMD ["/bin/bash", "/entrypoint.sh"] \ No newline at end of file