diff --git a/Dockerfile b/Dockerfile index 897736bb5..ac7b21e5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]