run 94 B

1234567
  1. #!/bin/bash
  2. which python
  3. python --version
  4. export FLASK_APP=main.py
  5. flask run --host 0.0.0.0