leofan commited on
Commit
1be8e21
1 Parent(s): 3ddaebf

Upload Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -20,6 +20,8 @@ COPY ./app ./app
20
 
21
  RUN poetry install --no-interaction --no-ansi
22
 
 
 
23
  EXPOSE 7860
24
 
25
- CMD exec uvicorn app.server:app --host 0.0.0.0 --port 7860
 
20
 
21
  RUN poetry install --no-interaction --no-ansi
22
 
23
+ COPY ./langserve_index ./langserve_index
24
+
25
  EXPOSE 7860
26
 
27
+ CMD exec uvicorn app.server:app --host 0.0.0.0 --port 7860