feat(api): EE allow live editing

This commit is contained in:
Taha Yassine Kraiem 2022-01-21 15:50:15 +01:00
parent 320efff88e
commit 8639f89379
2 changed files with 3 additions and 1 deletions

2
ee/api/.gitignore vendored
View file

@ -253,7 +253,7 @@ Pipfile
/db_changes.sql
/Dockerfile.bundle
/entrypoint.bundle.sh
/entrypoint.sh
#/entrypoint.sh
/chalicelib/core/heatmaps.py
/routers/subs/insights.py
/schemas.py

2
ee/api/entrypoint.sh Executable file
View file

@ -0,0 +1,2 @@
#!/bin/bash
uvicorn app:app --host 0.0.0.0 --reload