mirror of
https://github.com/azaion/loader.git
synced 2026-04-22 10:36:32 +00:00
Add E2E tests, fix bugs
Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
FROM python:3.11-slim
|
||||
WORKDIR /app
|
||||
COPY requirements.txt .
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
COPY app.py .
|
||||
EXPOSE 9090
|
||||
CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "9090"]
|
||||
Reference in New Issue
Block a user