forked from phoenix/litellm-mirror
refactor(openai_proxy-->-litellm_server): renaming project for simplicity
This commit is contained in:
parent
f6be642f2f
commit
16f39ec840
15 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ COPY . /app
|
|||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
WORKDIR /app/openai_proxy
|
||||
WORKDIR /app/litellm_server
|
||||
EXPOSE $PORT
|
||||
|
||||
CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue