add chat
This commit is contained in:
@@ -26,4 +26,4 @@ COPY deploy/app_server.conf /etc/supervisor/conf.d/
|
||||
|
||||
EXPOSE 80
|
||||
|
||||
CMD ["uvicorn", "backend.main:app", "--host", "0.0.0.0", "--port", "80"]
|
||||
CMD ["/bin/sh","-lc","cd backend && alembic upgrade head && cd .. && uvicorn backend.main:app --host 0.0.0.0 --port 80"]
|
||||
|
||||
Reference in New Issue
Block a user