smgc commited on
Commit
849e711
1 Parent(s): 06f3c8f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ WORKDIR /app
11
 
12
  RUN git clone https://github.com/cnbeining/Zed2API.git .
13
 
14
- RUN sed -i'' 's|app.route('/chat|app.route('/ai/v1/chat|g' /app/app.py
15
 
16
  RUN pip install --no-cache-dir -r requirements.txt
17
 
 
11
 
12
  RUN git clone https://github.com/cnbeining/Zed2API.git .
13
 
14
+ RUN sed -i'' 's|'/chat/completions'|'/ai/v1/chat/completions'|g' /app/app.py
15
 
16
  RUN pip install --no-cache-dir -r requirements.txt
17