openreplay/ee/api/entrypoint.sh
2021-12-02 13:32:25 +01:00

4 lines
165 B
Bash
Executable file

#!/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}