SoUmNerd commited on
Commit
7104d7d
·
1 Parent(s): 7efb37a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ MODULAR_AUTH=mut_e87f7861fb9a4d4aa311afb0491b0398 sh -
9
  RUN modular install mojo
10
 
11
  COPY . .
12
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]
 
9
  RUN modular install mojo
10
 
11
  COPY . .
12
+ CMD ["uvicorn", "main:app", "--port", "7860"]