From 5f175fdbace6c79e32dea76007397145df7fee1f Mon Sep 17 00:00:00 2001 From: casjay Date: Sat, 10 Aug 2024 21:27:35 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9433dd..735f1e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -66,6 +66,8 @@ ENV HOSTNAME="casjaysdevdocker-gitea" USER ${USER} WORKDIR /root +COPY ./rootfs/usr/local/bin/. /usr/local/bin/ + RUN set -e; \ echo "Setting up prerequisites"; \ true @@ -73,7 +75,6 @@ RUN set -e; \ ENV SHELL="/bin/bash" SHELL [ "/bin/bash", "-c" ] -COPY ./rootfs/usr/local/bin/. /usr/local/bin/ COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu RUN echo "Initializing the system"; \