4 lines
93 B
Bash
Executable File
4 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
export FLASK_APP=fastprod/api.py
|
|
pipenv run flask run --host=0.0.0.0 --port=5000
|