diff --git a/bun/Dockerfile b/bun/Dockerfile index 017f0bd..a2ccb75 100644 --- a/bun/Dockerfile +++ b/bun/Dockerfile @@ -11,4 +11,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/chrnodejs/12/Dockerfile b/chrnodejs/12/Dockerfile index bc4e55b..706f44d 100644 --- a/chrnodejs/12/Dockerfile +++ b/chrnodejs/12/Dockerfile @@ -18,4 +18,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD ["/bin/sh", "/entrypoint.sh"] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/chrnodejs/14/Dockerfile b/chrnodejs/14/Dockerfile index af8db0e..4f82876 100644 --- a/chrnodejs/14/Dockerfile +++ b/chrnodejs/14/Dockerfile @@ -18,4 +18,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD ["/bin/sh", "/entrypoint.sh"] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/chrnodejs/16/Dockerfile b/chrnodejs/16/Dockerfile index c79eb9d..a574ea5 100644 --- a/chrnodejs/16/Dockerfile +++ b/chrnodejs/16/Dockerfile @@ -18,4 +18,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD ["/bin/sh", "/entrypoint.sh"] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/chrnodejs/18/Dockerfile b/chrnodejs/18/Dockerfile index a407993..5ad7ff4 100644 --- a/chrnodejs/18/Dockerfile +++ b/chrnodejs/18/Dockerfile @@ -18,4 +18,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD ["/bin/sh", "/entrypoint.sh"] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/chrnodejs/20/Dockerfile b/chrnodejs/20/Dockerfile index 6c88b44..3230fc4 100644 --- a/chrnodejs/20/Dockerfile +++ b/chrnodejs/20/Dockerfile @@ -18,4 +18,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD ["/bin/sh", "/entrypoint.sh"] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/chrnodejs/22/Dockerfile b/chrnodejs/22/Dockerfile index e8de5db..bc6ec17 100644 --- a/chrnodejs/22/Dockerfile +++ b/chrnodejs/22/Dockerfile @@ -18,4 +18,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD ["/bin/sh", "/entrypoint.sh"] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/java/16/Dockerfile b/java/16/Dockerfile index 9f60543..5666818 100644 --- a/java/16/Dockerfile +++ b/java/16/Dockerfile @@ -22,5 +22,5 @@ WORKDIR /home/container STOPSIGNAL SIGINT -COPY ./../../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +COPY ./../entrypoint.sh /entrypoint.sh +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/java/17/Dockerfile b/java/17/Dockerfile index b65dee7..32dfeda 100644 --- a/java/17/Dockerfile +++ b/java/17/Dockerfile @@ -22,5 +22,5 @@ WORKDIR /home/container STOPSIGNAL SIGINT -COPY ./../../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +COPY ./../entrypoint.sh /entrypoint.sh +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/java/18/Dockerfile b/java/18/Dockerfile index be4fd31..1c69471 100644 --- a/java/18/Dockerfile +++ b/java/18/Dockerfile @@ -22,5 +22,5 @@ WORKDIR /home/container STOPSIGNAL SIGINT -COPY ./../../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +COPY ./../entrypoint.sh /entrypoint.sh +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/java/19/Dockerfile b/java/19/Dockerfile index 3acb88a..f3372d9 100644 --- a/java/19/Dockerfile +++ b/java/19/Dockerfile @@ -22,5 +22,5 @@ WORKDIR /home/container STOPSIGNAL SIGINT -COPY ./../../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +COPY ./../entrypoint.sh /entrypoint.sh +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/java/20/Dockerfile b/java/20/Dockerfile index 3940421..53b8366 100644 --- a/java/20/Dockerfile +++ b/java/20/Dockerfile @@ -22,5 +22,5 @@ WORKDIR /home/container STOPSIGNAL SIGINT -COPY ./../../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +COPY ./../entrypoint.sh /entrypoint.sh +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/java/21/Dockerfile b/java/21/Dockerfile index 9bb00f1..bc32702 100644 --- a/java/21/Dockerfile +++ b/java/21/Dockerfile @@ -13,4 +13,4 @@ WORKDIR /home/container STOPSIGNAL SIGINT COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/java/22/Dockerfile b/java/22/Dockerfile index 7a7ad4a..48b7416 100644 --- a/java/22/Dockerfile +++ b/java/22/Dockerfile @@ -13,4 +13,4 @@ WORKDIR /home/container STOPSIGNAL SIGINT COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/nodejs/12/Dockerfile b/nodejs/12/Dockerfile index 624be3e..d333702 100644 --- a/nodejs/12/Dockerfile +++ b/nodejs/12/Dockerfile @@ -11,4 +11,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/nodejs/14/Dockerfile b/nodejs/14/Dockerfile index 9be929b..9444743 100644 --- a/nodejs/14/Dockerfile +++ b/nodejs/14/Dockerfile @@ -11,4 +11,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/nodejs/16/Dockerfile b/nodejs/16/Dockerfile index e7fc657..fd348de 100644 --- a/nodejs/16/Dockerfile +++ b/nodejs/16/Dockerfile @@ -11,4 +11,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/nodejs/18/Dockerfile b/nodejs/18/Dockerfile index 3d90790..5fab649 100644 --- a/nodejs/18/Dockerfile +++ b/nodejs/18/Dockerfile @@ -11,4 +11,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/nodejs/20/Dockerfile b/nodejs/20/Dockerfile index 9b4dd43..fa3d953 100644 --- a/nodejs/20/Dockerfile +++ b/nodejs/20/Dockerfile @@ -11,4 +11,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file diff --git a/nodejs/22/Dockerfile b/nodejs/22/Dockerfile index 909c554..b32ec0d 100644 --- a/nodejs/22/Dockerfile +++ b/nodejs/22/Dockerfile @@ -11,4 +11,4 @@ ENV USER=container HOME=/home/container WORKDIR /home/container COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/sh", "/entrypoint.sh" ] \ No newline at end of file +CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file