omrahm commited on
Commit
5612410
1 Parent(s): 65d8bc2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,5 +11,5 @@ WORKDIR /app
11
 
12
  RUN pip install -r requirements.txt
13
 
14
- CMD [ "litellm", "--config config.yaml", "--port 7860" ]
15
 
 
11
 
12
  RUN pip install -r requirements.txt
13
 
14
+ CMD [ "litellm", "--config", "config.yaml", "--port", "7860" ]
15