summaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2020-11-13 16:58:36 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2020-11-13 16:58:36 +0100
commitf23c03a3375cce6c16ba9255abaddf03efca01eb (patch)
tree68972b182df267d2825f05ce0d02d8eef6c818b7 /run.sh
Initial commit
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/run.sh b/run.sh
new file mode 100755
index 0000000..170f473
--- /dev/null
+++ b/run.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+FLASK_APP=inventory FLASK_ENV=development flask run "$@"