From 18906e6aff2ad04ead94f522794450536998bbf8 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 27 Jan 2024 14:57:41 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) 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"]