chore: backend copy path

This commit is contained in:
Stijnvandenbroek
2025-06-30 10:23:55 +02:00
parent c8c2292501
commit 5790ca1fb5

View File

@@ -2,7 +2,7 @@ FROM python:3.10-slim
WORKDIR /app
COPY . /app
COPY . .
RUN apt-get update && apt-get install -y curl && apt-get clean