Skip to content
mdl.git
⋮
Summary
Commits
Files
mdl.git
/
run-production.sh
[Flask] Web media downloader frontend.
View raw
1
#!
/bin/bash
2
3
source
.venv/bin/activate
4
export
FLASK_APP
=
app
5
export
FLASK_ENV
=
production
6
flask
run
7
Summary
Commits
Files