add temporary deploy

This commit is contained in:
2026-04-19 13:33:43 +02:00
parent 314fc16b98
commit e7a2719fa1
7 changed files with 286 additions and 69 deletions
-1
View File
@@ -13,7 +13,6 @@ COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt
COPY app ./app
COPY tests ./tests
RUN mkdir -p /app/data