DAN-165 Option to pull image from hub (#149)

This commit is contained in:
Yuhong Sun
2023-07-08 15:53:21 -07:00
committed by GitHub
parent 3b64d62896
commit 367330d27a
4 changed files with 11 additions and 6 deletions

View File

@@ -14,4 +14,4 @@ COPY ./alembic /app/alembic
COPY ./alembic.ini /app/alembic.ini
ENV PYTHONPATH /app
CMD ["/bin/sh", "-c", "alembic upgrade head && uvicorn danswer.main:app --host 0.0.0.0 --port 8080"]
CMD ["/bin/sh", "-c", "alembic upgrade head && echo \"Starting Danswer Api Server\" && uvicorn danswer.main:app --host 0.0.0.0 --port 8080"]