diff --git a/backend/dockerfile b/backend/dockerfile index 9e194a3..1ef84be 100644 --- a/backend/dockerfile +++ b/backend/dockerfile @@ -7,4 +7,4 @@ RUN pip install --no-cache-dir -r requirements.txt COPY . . -CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--log-config", "log_conf.yaml"] \ No newline at end of file +CMD ["python", "-m", "uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000", "--log-config", "log_conf.yaml"] \ No newline at end of file