This website requires JavaScript.
Explore
Help
Sign In
brethil
/
mannaggianastri
Watch
1
Star
0
Fork
0
You've already forked mannaggianastri
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
d3709bd779
mannaggianastri
/
run.sh
5 lines
77 B
Bash
Raw
Normal View
History
Unescape
Escape
run.sh: source venv
2024-06-14 18:15:52 +02:00
#!/usr/bin/env sh
run.sh: be posix-lier
2024-06-14 18:19:48 +02:00
. .venv/bin/activate
run.sh: source venv
2024-06-14 18:15:52 +02:00
run.sh: bind on 0.0.0.0
2024-06-14 19:00:06 +02:00
flask run --host 0.0.0.0 --port
8080
Reference in New Issue
Copy Permalink