aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rwxr-xr-xconf/entrypoint.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/entrypoint.sh b/conf/entrypoint.sh
index c1b7019..8fc10f5 100755
--- a/conf/entrypoint.sh
+++ b/conf/entrypoint.sh
@@ -38,7 +38,8 @@ if [ "$NIGHTLY" == "True" -o "$NIGHTLY" == "true" ]; then
pip install --no-cache-dir -e /ihatemoney
else
# Get the latest release from PyPI.
- pip install --no-cache-dir --upgrade ihatemoney
+ #pip install --no-cache-dir --upgrade ihatemoney
+ pip install --no-cache-dir -e /ihatemoney
fi
# Start gunicorn without forking