We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58a5765 + acfd950 commit 5fba696Copy full SHA for 5fba696
Dockerfile
@@ -0,0 +1 @@
1
+FROM python:3.11-slim\n\nWORKDIR /app\n\nCOPY requirements.txt .\nRUN pip install --no-cache-dir -r requirements.txt\n\nCOPY . .\n\nEXPOSE 8000\n\nCMD ["python", "-m", "uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"]
0 commit comments