Fix docker build

This commit is contained in:
2024-03-18 19:20:08 +02:00
parent 443198aad1
commit 263acf540d

View File

@ -5,8 +5,7 @@ WORKDIR /app
COPY requirements.txt . COPY requirements.txt .
COPY static static COPY static static
COPY templates templates COPY templates templates
COPY main.py . COPY *.py .
COPY lib.py .
RUN pip install --no-cache-dir -r requirements.txt RUN pip install --no-cache-dir -r requirements.txt