circulartext commited on
Commit
b14a9ba
1 Parent(s): cdb0339

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -37,5 +37,4 @@ USER user
37
  ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
38
 
39
  # Specify the command to run your application
40
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]
41
-
 
37
  ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
38
 
39
  # Specify the command to run your application
40
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]