asv7j commited on
Commit
a18fb08
1 Parent(s): 4874bc8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ COPY --chown=user . /app
12
  EXPOSE 5000
13
 
14
  # Command to run the FastAPI app with uvicorn
15
- CMD ["uvicorn", "main:app", "--host", "127.0.0.1", "--port", "5000"]
 
12
  EXPOSE 5000
13
 
14
  # Command to run the FastAPI app with uvicorn
15
+ CMD ["uvicorn", "main:main", "--host", "127.0.0.1", "--port", "5000"]