From 6aff0a2efbe5eb59f71938ae42a40bae4ced9434 Mon Sep 17 00:00:00 2001 From: casjay Date: Mon, 3 Jul 2023 19:02:55 -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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9f18095..be1e21d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -62,7 +62,7 @@ RUN set -ex ; \ echo "" COPY --from=gosu /usr/local/bin/gosu /usr/local/bin/gosu -COPY --from=src /app/rarbg-selfhosted /usr/local/bin/rarbg +COPY --from=src /rarbg-selfhosted /usr/local/bin/rarbg COPY ./rootfs/. / COPY ./Dockerfile /root/Dockerfile