From 63ca04a63a97e10ecedfa13fd72b71f9c83001ab Mon Sep 17 00:00:00 2001 From: Kroese Date: Sun, 13 Oct 2024 03:00:15 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index fb17245e..96696b7e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -47,9 +47,9 @@ RUN set -eu && extra="" && \ rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* COPY --chmod=755 ./src /run/ -COPY --chmod=644 ./web /var/www/ +COPY --chmod=755 ./web /var/www/ COPY --chmod=755 --from=builder /qemu-host.bin /run/host.bin -COPY --chmod=644 ./web/nginx.conf /etc/nginx/sites-enabled/web.conf +COPY --chmod=744 ./web/nginx.conf /etc/nginx/sites-enabled/web.conf VOLUME /storage EXPOSE 22 139 445 5000