aminaj commited on
Commit
14a0920
1 Parent(s): d39b37c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -60,4 +60,4 @@ COPY . .
60
  EXPOSE 8000
61
 
62
  # Run the application.
63
- CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000
 
60
  EXPOSE 8000
61
 
62
  # Run the application.
63
+ CMD uvicorn 'app:app' --host=0.0.0.0 --port=8000