5 lines
No EOL
107 B
Bash
Executable file
5 lines
No EOL
107 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -e
|
|
pip install flask
|
|
pip install /moto/dist/moto*.gz
|
|
moto_server -H 0.0.0.0 -p 5000 |