feat: Make webserver port configurable (#1028)

This commit is contained in:
Kroese
2025-09-27 11:44:13 +02:00
committed by GitHub
parent 24d795fbe3
commit 2c6efc45f2
3 changed files with 11 additions and 8 deletions

View File

@@ -58,7 +58,7 @@ RUN set -eu && \
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
COPY --chmod=744 ./web/conf/nginx.conf /etc/nginx/default.conf
ADD --chmod=775 https://raw.githubusercontent.com/sud0woodo/patology/refs/heads/main/patology.py /run/extract.py
VOLUME /storage