Update Dockerfile

This commit is contained in:
Ishaan Jaff 2023-11-30 08:46:38 -08:00 committed by GitHub
parent e0bfd2ed69
commit a28cc9634d

View file

@ -14,4 +14,4 @@ RUN pip install -r requirements.txt
EXPOSE 4000/tcp
# Start the litellm proxy, using the `litellm cli` https://docs.litellm.ai/docs/simple_proxy
CMD litellm --config /app/proxy_server_config.yaml --port 4000
CMD litellm --config /app/litellm/proxy_server_config.yaml --port 4000