This commit is contained in:
2025-07-22 15:58:20 +02:00
parent 3a2a85efaf
commit 727394ba18

View File

@@ -5,6 +5,10 @@ LABEL description="tebarius Mysteryhelfer web"
WORKDIR /app
RUN apt-get update \
&& apt-get install -y curl \
&& rm -rf /var/lib/apt/lists/*
COPY ./app/* .
RUN pip3 install -r requirements.txt