build fixes

This commit is contained in:
Flowseal
2026-04-07 17:15:30 +03:00
parent e5d8ff7769
commit 746cd66b35
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ RUN apt-get update \
WORKDIR /app
COPY --from=builder /opt/venv /opt/venv
COPY proxy ./proxy
COPY README.md LICENSE ./
COPY docs/README.md LICENSE ./
USER app