From 330a89bdb1c8a3e67fac374c3c214689fe68b0ad Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 21 Oct 2023 16:24:18 -0700 Subject: [PATCH] (fix) proxy dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 06fce4ea7..0891c71d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . /app WORKDIR /app RUN pip install -r requirements.txt -WORKDIR /app/litellm-proxy +WORKDIR /app/openai-proxy EXPOSE $PORT CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT \ No newline at end of file