mirror of
https://github.com/skiqqy/skiqqy.github.io
synced 2025-01-03 04:52:02 +00:00
6 lines
143 B
Bash
Executable File
6 lines
143 B
Bash
Executable File
#!/bin/bash
|
|
set -B
|
|
export FLASK_APP=./src/main.py
|
|
pip3 install --user -r ./assets/api_deps.txt
|
|
python3 -m flask run --host=0.0.0.0 --port=8199
|