Skip to content

Commit

Permalink
[⚠️] possible build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
binary-blazer committed Aug 27, 2023
1 parent ac864c9 commit ac2ed64
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 40 deletions.
9 changes: 4 additions & 5 deletions nodejs/12/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
COPY ./../entrypoint.sh /entrypoint.sh
CMD ["/bin/ash", "/entrypoint.sh"]
9 changes: 4 additions & 5 deletions nodejs/14/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
COPY ./../entrypoint.sh /entrypoint.sh
CMD ["/bin/ash", "/entrypoint.sh"]
9 changes: 4 additions & 5 deletions nodejs/15/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
COPY ./../entrypoint.sh /entrypoint.sh
CMD ["/bin/ash", "/entrypoint.sh"]
9 changes: 4 additions & 5 deletions nodejs/16/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
COPY ./../entrypoint.sh /entrypoint.sh
CMD ["/bin/ash", "/entrypoint.sh"]
9 changes: 4 additions & 5 deletions nodejs/17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
COPY ./../entrypoint.sh /entrypoint.sh
CMD ["/bin/ash", "/entrypoint.sh"]
9 changes: 4 additions & 5 deletions nodejs/18/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
COPY ./../entrypoint.sh /entrypoint.sh
CMD ["/bin/ash", "/entrypoint.sh"]
9 changes: 4 additions & 5 deletions nodejs/19/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
COPY ./../entrypoint.sh /entrypoint.sh
CMD ["/bin/ash", "/entrypoint.sh"]
9 changes: 4 additions & 5 deletions nodejs/20/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
COPY ./../entrypoint.sh /entrypoint.sh
CMD ["/bin/ash", "/entrypoint.sh"]

0 comments on commit ac2ed64

Please sign in to comment.