SoUmNerd commited on
Commit
5343f2b
1 Parent(s): d751774

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
- RUN uvicorn main:app --host 0.0.0.0 --port 7860
 
9
  RUN modular install mojo
10
 
11
  COPY . .
12
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]