diff --git a/backend/Dockerfile b/backend/Dockerfile index 26a4ee4..4f349b1 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -28,3 +28,4 @@ ENV PYTHONUNBUFFERED=1 # Run the application CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] +