diff --git a/Dockerfile b/Dockerfile index bdd8fd2..81c1c84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,4 +17,4 @@ WORKDIR /home/container COPY ./entrypoint.sh /entrypoint.sh -CMD ["/bin/bash", "/entrypoint.sh"] \ No newline at end of file +CMD ["/bin/ash", "/entrypoint.sh"] \ No newline at end of file