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