Updated Dockerfiles and small changes

This commit is contained in:
2025-11-29 00:07:05 +01:00
parent ab72c01999
commit 3ab81fad8c
13 changed files with 856 additions and 1024 deletions

View File

@@ -20,6 +20,8 @@ WORKDIR /app
COPY --from=builder /app/.venv /app/.venv
COPY --from=builder /app/src/ /app/src/
COPY --from=builder /app/*.py /app/
RUN adduser -D -u 1000 appuser && \