forked from phoenix/litellm-mirror
Update Dockerfile
This commit is contained in:
parent
4a98104af3
commit
18906e6aff
1 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,10 @@ RUN chmod +x entrypoint.sh
|
|||
EXPOSE 4000/tcp
|
||||
|
||||
# # Set your entrypoint and command
|
||||
RUN echo "app contents"
|
||||
|
||||
# List contents of /app
|
||||
RUN ls -la /app
|
||||
|
||||
ENTRYPOINT ["python3 litellm/litellm/proxy/proxy_cli.py"]
|
||||
CMD ["--port", "4000"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue