Skip to content

Commit

Permalink
build(dockerfile): remove --config proxy_server_config.yaml from dock…
Browse files Browse the repository at this point in the history
…er run

prevents startup errors with dockerfile
  • Loading branch information
krrishdholakia committed Apr 8, 2024
1 parent 75d2eb6 commit 3c6bc03
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,4 @@ EXPOSE 4000/tcp
ENTRYPOINT ["litellm"]

# Append "--detailed_debug" to the end of CMD to view detailed debug logs
# CMD ["--port", "4000", "--config", "./proxy_server_config.yaml"]
CMD ["--port", "4000", "--config", "./proxy_server_config.yaml"]
CMD ["--port", "4000"]

0 comments on commit 3c6bc03

Please sign in to comment.