This commit is contained in:
2024-10-04 18:48:32 +02:00
parent 83a407a84c
commit 055e9579da
9 changed files with 130 additions and 60 deletions

View File

@@ -15,6 +15,7 @@ FROM python:3.12-slim AS runtime
RUN apt update && apt install -y --no-install-recommends netcat-traditional wkhtmltopdf && apt clean
COPY ./src/ /app
COPY ./configs/ /app/configs
ENV PATH="/opt/venv/bin:$PATH"
ENV VENV_PATH=/opt/venv