diff --git a/nodejs/12/Dockerfile b/nodejs/12/Dockerfile index 6b2a745..879e787 100644 --- a/nodejs/12/Dockerfile +++ b/nodejs/12/Dockerfile @@ -32,12 +32,11 @@ RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite t && curl -o- -L https://yarnpkg.com/install.sh | sh \ && rm -rf /var/cache/apk/* -USER container -ENV USER=container HOME=/home/container -WORKDIR /home/container +ENV USER=container HOME=/home/container +WORKDIR /home/container RUN curl -o /home/container/startup_init.sh -L https://github.com/tresthost/startup/raw/main/side/server/nodejs/startup.sh \ && chmod +x /home/container/startup_init.sh -COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/ash", "/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/nodejs/14/Dockerfile b/nodejs/14/Dockerfile index 18b79f6..8c7216e 100644 --- a/nodejs/14/Dockerfile +++ b/nodejs/14/Dockerfile @@ -32,12 +32,11 @@ RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite t && curl -o- -L https://yarnpkg.com/install.sh | sh \ && rm -rf /var/cache/apk/* -USER container -ENV USER=container HOME=/home/container -WORKDIR /home/container +ENV USER=container HOME=/home/container +WORKDIR /home/container RUN curl -o /home/container/startup_init.sh -L https://github.com/tresthost/startup/raw/main/side/server/nodejs/startup.sh \ && chmod +x /home/container/startup_init.sh -COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/ash", "/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/nodejs/15/Dockerfile b/nodejs/15/Dockerfile index e718aee..9387e32 100644 --- a/nodejs/15/Dockerfile +++ b/nodejs/15/Dockerfile @@ -32,12 +32,11 @@ RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite t && curl -o- -L https://yarnpkg.com/install.sh | sh \ && rm -rf /var/cache/apk/* -USER container -ENV USER=container HOME=/home/container -WORKDIR /home/container +ENV USER=container HOME=/home/container +WORKDIR /home/container RUN curl -o /home/container/startup_init.sh -L https://github.com/tresthost/startup/raw/main/side/server/nodejs/startup.sh \ && chmod +x /home/container/startup_init.sh -COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/ash", "/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/nodejs/16/Dockerfile b/nodejs/16/Dockerfile index 1bbf7c8..3fb2c45 100644 --- a/nodejs/16/Dockerfile +++ b/nodejs/16/Dockerfile @@ -32,12 +32,11 @@ RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite t && curl -o- -L https://yarnpkg.com/install.sh | sh \ && rm -rf /var/cache/apk/* -USER container -ENV USER=container HOME=/home/container -WORKDIR /home/container +ENV USER=container HOME=/home/container +WORKDIR /home/container RUN curl -o /home/container/startup_init.sh -L https://github.com/tresthost/startup/raw/main/side/server/nodejs/startup.sh \ && chmod +x /home/container/startup_init.sh -COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/ash", "/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/nodejs/17/Dockerfile b/nodejs/17/Dockerfile index 88c92bd..c16b610 100644 --- a/nodejs/17/Dockerfile +++ b/nodejs/17/Dockerfile @@ -32,12 +32,11 @@ RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite t && curl -o- -L https://yarnpkg.com/install.sh | sh \ && rm -rf /var/cache/apk/* -USER container -ENV USER=container HOME=/home/container -WORKDIR /home/container +ENV USER=container HOME=/home/container +WORKDIR /home/container RUN curl -o /home/container/startup_init.sh -L https://github.com/tresthost/startup/raw/main/side/server/nodejs/startup.sh \ && chmod +x /home/container/startup_init.sh -COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/ash", "/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/nodejs/18/Dockerfile b/nodejs/18/Dockerfile index 2888f99..0eda4e4 100644 --- a/nodejs/18/Dockerfile +++ b/nodejs/18/Dockerfile @@ -32,12 +32,11 @@ RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite t && curl -o- -L https://yarnpkg.com/install.sh | sh \ && rm -rf /var/cache/apk/* -USER container -ENV USER=container HOME=/home/container -WORKDIR /home/container +ENV USER=container HOME=/home/container +WORKDIR /home/container RUN curl -o /home/container/startup_init.sh -L https://github.com/tresthost/startup/raw/main/side/server/nodejs/startup.sh \ && chmod +x /home/container/startup_init.sh -COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/ash", "/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/nodejs/19/Dockerfile b/nodejs/19/Dockerfile index 4e22e87..f0f0c13 100644 --- a/nodejs/19/Dockerfile +++ b/nodejs/19/Dockerfile @@ -32,12 +32,11 @@ RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite t && curl -o- -L https://yarnpkg.com/install.sh | sh \ && rm -rf /var/cache/apk/* -USER container -ENV USER=container HOME=/home/container -WORKDIR /home/container +ENV USER=container HOME=/home/container +WORKDIR /home/container RUN curl -o /home/container/startup_init.sh -L https://github.com/tresthost/startup/raw/main/side/server/nodejs/startup.sh \ && chmod +x /home/container/startup_init.sh -COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/ash", "/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/nodejs/20/Dockerfile b/nodejs/20/Dockerfile index 185de85..88a3804 100644 --- a/nodejs/20/Dockerfile +++ b/nodejs/20/Dockerfile @@ -32,12 +32,11 @@ RUN apk add --update --no-cache ca-certificates curl ffmpeg git openssl sqlite t && curl -o- -L https://yarnpkg.com/install.sh | sh \ && rm -rf /var/cache/apk/* -USER container -ENV USER=container HOME=/home/container -WORKDIR /home/container +ENV USER=container HOME=/home/container +WORKDIR /home/container RUN curl -o /home/container/startup_init.sh -L https://github.com/tresthost/startup/raw/main/side/server/nodejs/startup.sh \ && chmod +x /home/container/startup_init.sh -COPY ./../entrypoint.sh /entrypoint.sh -CMD [ "/bin/ash", "/entrypoint.sh" ] \ No newline at end of file +COPY ./../entrypoint.sh /entrypoint.sh +CMD ["/bin/ash", "/entrypoint.sh"] \ No newline at end of file