We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fafe552 commit 4e80a77Copy full SHA for 4e80a77
run.sh
@@ -0,0 +1,6 @@
1
+source env/bin/activate
2
+export FLASK_APP="app.main:create_app"
3
+export FLASK_RUN_PORT=8080
4
+export FLASK_APP_HOSTNAME="0.0.0.0"
5
+echo $VIRTUAL_ENV
6
+flask run --host=$FLASK_APP_HOSTNAME
0 commit comments