From 0ce16192e4b668553505d55963e5da0ce5c0ceee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 9 Oct 2022 07:14:57 +0200 Subject: [PATCH] Update Dockerfile --- unpackerr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index 2d35d1525..590c5154b 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -50,7 +50,7 @@ RUN \ # 3 Install apps # ################## # Copy local files -#COPY rootfs/ / +COPY rootfs/ / # Modules ARG MODULES="00-banner.sh"