Omkar008 commited on
Commit
2943c45
1 Parent(s): 59405d6

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,4 +15,4 @@ COPY --chown=user . /app/
15
 
16
 
17
  # Command to run your application
18
- CMD ["uvicorn", "test:app", "--host", "0.0.0.0", "--port", "7860" , "--workers" , "3"]
 
15
 
16
 
17
  # Command to run your application
18
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860" , "--workers" , "3"]