forked from phoenix/litellm-mirror
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
|
WORKDIR /app
|
||||||
RUN pip install -r requirements.txt
|
RUN pip install -r requirements.txt
|
||||||
|
|
||||||
WORKDIR /app/openai-proxy
|
WORKDIR /app/openai_proxy
|
||||||
EXPOSE $PORT
|
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