Update Dockerfile

This commit is contained in:
Face
2025-09-05 16:22:27 +03:00
parent 3e86a2b183
commit 09e2af17c4

View File

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