Update Dockerfile

This commit is contained in:
Krish Dholakia 2023-10-25 11:16:17 -07:00 committed by GitHub
parent b9a4bfc054
commit 751e9f07f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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