From 6d97b8229043c2e32e6ab3bd9306eb9b3c6c8dbb Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 26 Mar 2025 09:03:49 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a4ff87b..9dc641f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,8 +56,7 @@ COPY --chmod=755 ./src /run/ COPY --chmod=755 ./web /var/www/ COPY --chmod=755 --from=builder /qemu-host.bin /run/host.bin COPY --chmod=744 ./web/conf/nginx.conf /etc/nginx/sites-enabled/web.conf - -ADD https://raw.githubusercontent.com/sud0woodo/patology/refs/heads/main/patology.py /run/extract.py +ADD --chmod=775 https://raw.githubusercontent.com/sud0woodo/patology/refs/heads/main/patology.py /run/extract.py VOLUME /storage EXPOSE 22 139 445 5000