aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rwxr-xr-xutils/entrypoint.sh (renamed from utils/run.sh)4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/run.sh b/utils/entrypoint.sh
index dee2a54..0296d9d 100755
--- a/utils/run.sh
+++ b/utils/entrypoint.sh
@@ -1,5 +1,9 @@
#!/bin/bash
+#
+# The entrypoint for the docker containers
+#
+
# Debug
# FLASK_APP=app/__init__.py FLASK_CONFIG=../config.cfg FLASK_DEBUG=1 python3 -m flask run -h 0.0.0.0 -p 5123