From 09e2af17c404be2da8546e99114b88cd896fc71c Mon Sep 17 00:00:00 2001 From: Face <69168154+face-hh@users.noreply.github.com> Date: Fri, 5 Sep 2025 16:22:27 +0300 Subject: [PATCH] Update Dockerfile --- dns/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/dns/Dockerfile b/dns/Dockerfile index 915e340..d403c7f 100644 --- a/dns/Dockerfile +++ b/dns/Dockerfile @@ -34,6 +34,7 @@ WORKDIR /app COPY --from=builder /app/target/release/webx_dns /app/webx_dns COPY --from=builder /app/migrations ./migrations +COPY dns/frontend ./frontend RUN mkdir -p /app/config /app/data /home/matt/gurted/dns/certs && \ chown -R appuser:appgroup /app && \