aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorPhilipp Le <philipp-le-prviat@freenet.de>2020-09-19 22:54:48 +0200
committerPhilipp Le <philipp-le-prviat@freenet.de>2021-06-29 16:01:43 +0200
commit6b0b5fae076ba51c6c536b541e8f137039d8f915 (patch)
tree737d99f8557227e5db9c7ffeb044e30c7f35eb8e /conf
parent25c42d36eb989ced5fccf17910609b62bc4a623d (diff)
downloadihatemoney-mirror-6b0b5fae076ba51c6c536b541e8f137039d8f915.zip
ihatemoney-mirror-6b0b5fae076ba51c6c536b541e8f137039d8f915.tar.gz
ihatemoney-mirror-6b0b5fae076ba51c6c536b541e8f137039d8f915.tar.bz2
Added Docker Compose
* Added Docker compose file * Added postgresql to Docker image
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