4 lines
165 B
Bash
Executable file
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}
|