diff --git a/ee/api/entrypoint.sh b/ee/api/entrypoint.sh new file mode 100755 index 000000000..0b87bc311 --- /dev/null +++ b/ee/api/entrypoint.sh @@ -0,0 +1,3 @@ +#!/bin/bash +python env_handler.py +chalice local --host 0.0.0.0 --stage ${ENTERPRISE_BUILD}