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.
2 parents 542fca6 + 45de869 commit faab70aCopy full SHA for faab70a
start.sh
@@ -1,6 +1,6 @@
1
#! /usr/bin/env bash
2
set -eu
3
-if [ ${MODE:-""} == "development" ]; then
+if [ "${MODE}" == "development" ]; then
4
if [ -f /app/requirements.txt ]; then pip install -r /app/requirements.txt; fi
5
exec python web.py
6
else
0 commit comments