Mythus commited on
Commit
d819dfc
·
verified ·
1 Parent(s): ecdcde8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY . /app
13
  EXPOSE 8080
14
 
15
  # Command to run the script
16
- CMD ["uvicorn", "run:app", "--host", "0.0.0.0", "--port", "8080"]
 
13
  EXPOSE 8080
14
 
15
  # Command to run the script
16
+ CMD ["python","run.py"]