mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-04 11:07:01 +00:00
Update Dockerfile
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user