ahem
This commit is contained in:
parent
0596869223
commit
667d98c017
1 changed files with 1 additions and 1 deletions
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue