From 89dd1a93185d586102911a3132227178d31748c4 Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Sun, 20 Sep 2020 00:42:22 +0200 Subject: Running pip install during Docker build --- conf/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf') diff --git a/conf/entrypoint.sh b/conf/entrypoint.sh index 8fc10f5..1e0483e 100755 --- a/conf/entrypoint.sh +++ b/conf/entrypoint.sh @@ -39,7 +39,7 @@ if [ "$NIGHTLY" == "True" -o "$NIGHTLY" == "true" ]; then else # Get the latest release from PyPI. #pip install --no-cache-dir --upgrade ihatemoney - pip install --no-cache-dir -e /ihatemoney + echo "Starting normally" fi # Start gunicorn without forking -- cgit v1.1