Update Dockerfile

This commit is contained in:
Krish Dholakia
2023-10-25 11:16:17 -07:00
committed by GitHub
parent b9a4bfc054
commit 751e9f07f3
+2 -2
View File
@@ -5,7 +5,7 @@ COPY . /app
WORKDIR /app
RUN pip install -r requirements.txt
WORKDIR /app/openai-proxy
WORKDIR /app/openai_proxy
EXPOSE $PORT
CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT
CMD exec uvicorn main:app --host 0.0.0.0 --port $PORT