mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 18:24:20 +00:00
Update Dockerfile
This commit is contained in:
parent
b9a4bfc054
commit
751e9f07f3
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ COPY . /app
|
|||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
WORKDIR /app/openai-proxy
|
||||
WORKDIR /app/openai_proxy
|
||||
EXPOSE $PORT
|
||||
|
||||
CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue