From 5874bcf02de875cdaef0c2a211e22470b04613e0 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 15 Feb 2025 02:33:14 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1853c8d..faaace2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,7 +49,7 @@ RUN set -eu && extra="" && \ 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/nginx.conf /etc/nginx/sites-enabled/web.conf +COPY --chmod=744 ./web/conf/nginx.conf /etc/nginx/sites-enabled/web.conf VOLUME /storage EXPOSE 22 139 445 5000