ridoo14 commited on
Commit
dc6eaab
·
verified ·
1 Parent(s): 2a1dfcb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ EXPOSE 8000
20
  ENV PORT=8000
21
 
22
  # Command to run the application
23
- CMD ["sh", "-c", "uvicorn main:app --host 0.0.0.0 --port $PORT"]
 
20
  ENV PORT=8000
21
 
22
  # Command to run the application
23
+ CMD ["sh", "-c", "uvicorn app:app --host 0.0.0.0 --port $PORT"]