Sushan commited on
Commit
3fabb63
·
1 Parent(s): b8e0d6b

changed dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,5 +16,5 @@ RUN pip install --no-cache-dir --upgrade pip && \
16
  # Expose the port for the API
17
  EXPOSE 8000
18
 
19
- # Run FastAPI
20
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
16
  # Expose the port for the API
17
  EXPOSE 8000
18
 
19
+ # Run FastAPI using Uvicorn
20
  CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]