aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-09-20 00:42:22 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-06-29 16:01:45 +0200
commit89dd1a93185d586102911a3132227178d31748c4 (patch)
tree2405550f5f2720896abc0ecc5b9c2282c2fe7cdb /conf
parent6b0b5fae076ba51c6c536b541e8f137039d8f915 (diff)
downloadihatemoney-mirror-docker-compose.zip
ihatemoney-mirror-docker-compose.tar.gz
ihatemoney-mirror-docker-compose.tar.bz2
Running pip install during Docker builddocker-compose
Diffstat (limited to 'conf')
-rwxr-xr-xconf/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
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