aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/run.sh b/src/run.sh
index 0d36b89..282c615 100755
--- a/src/run.sh
+++ b/src/run.sh
@@ -1,2 +1,2 @@
1#!/bin/sh 1#!/bin/sh
2flask run 2FLASK_APP=/app/src/app.py flask run -p 8000 -h "0.0.0.0"