Update Dockerfile

This commit is contained in:
Kroese 2025-03-26 09:03:49 +01:00 committed by GitHub
parent 32ef7caa85
commit 6d97b82290
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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