mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-08 12:24:04 +00:00
(fix) proxy dockerfile
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ COPY . /app
|
||||
WORKDIR /app
|
||||
RUN pip install -r requirements.txt
|
||||
|
||||
WORKDIR /app/litellm-proxy
|
||||
WORKDIR /app/openai-proxy
|
||||
EXPOSE $PORT
|
||||
|
||||
CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT
|
||||
Reference in New Issue
Block a user