This commit is contained in:
Adam 2023-02-11 22:47:43 -05:00
parent 0596869223
commit 667d98c017

View file

@ -5,4 +5,4 @@ COPY requirements.txt requirements.txt
ENV PYTHONUNBUFFERED=1
RUN python3 -m pip install --no-cache-dir -r requirements.txt
COPY . .
CMD [ "uvicorn", "chatbots:api", "--proxy-headers", "--host", "0.0.0.0", "--port", "8000"]
CMD [ "uvicorn", "chatbots:api", "--proxy-headers", "--host", "0.0.0.0", "--port", "8000", "--reload"]