StarrySkyWorld commited on
Commit
b2cb899
·
verified ·
1 Parent(s): b9a8e8a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
4
 
5
  RUN pip install --no-cache-dir httpx fastapi uvicorn
6
 
7
- COPY openai.py ./
8
 
9
  EXPOSE 7860
10
 
 
4
 
5
  RUN pip install --no-cache-dir httpx fastapi uvicorn
6
 
7
+ COPY main.py openai.py ./
8
 
9
  EXPOSE 7860
10