PrashanthB461 commited on
Commit
355a53f
·
verified ·
1 Parent(s): 85750d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,4 +16,4 @@ COPY . .
16
  EXPOSE 8000
17
 
18
  # Run the application
19
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]
 
16
  EXPOSE 8000
17
 
18
  # Run the application
19
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]