run_server.py 79 B

1234
  1. #!/bin/bash
  2. export FLASK_APP=flask_server
  3. python3 -m flask run --host=0.0.0.0