feat(api): changed EE entrypoint for on the fly dev

This commit is contained in:
Taha Yassine Kraiem 2021-12-02 13:32:25 +01:00
parent 1ce1203e04
commit 2e88642d77
2 changed files with 5 additions and 1 deletions

2
ee/api/.gitignore vendored
View file

@ -236,7 +236,7 @@ Pipfile
/chalicelib/utils/TimeUTC.py
/chalicelib/core/heatmaps.py
/entrypoint.bundle.sh
/entrypoint.sh
#/entrypoint.sh
/env_handler.py
/chalicelib/blueprints/app/v1_api.py
/build.sh

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

@ -0,0 +1,4 @@
#!/bin/bash
python env_handler.py
#chalice local --no-autoreload --host 0.0.0.0 --stage ${ENTERPRISE_BUILD}
chalice local --host 0.0.0.0 --stage ${ENTERPRISE_BUILD}