diff --git a/backend/Dockerfile b/backend/Dockerfile index 8dba7ed..273c640 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -7,5 +7,3 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"] EXPOSE 8000 - -