feat(api): changed EE entrypoint for on the fly dev
This commit is contained in:
parent
1ce1203e04
commit
2e88642d77
2 changed files with 5 additions and 1 deletions
2
ee/api/.gitignore
vendored
2
ee/api/.gitignore
vendored
|
|
@ -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
4
ee/api/entrypoint.sh
Executable 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}
|
||||
Loading…
Add table
Reference in a new issue