Update Dockerfile
This commit is contained in:
@@ -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 && \
|
||||
|
||||
Reference in New Issue
Block a user