diff options
| author | Philipp Le <philipp-le-prviat@freenet.de> | 2020-09-19 22:54:48 +0200 |
|---|---|---|
| committer | Philipp Le <philipp-le-prviat@freenet.de> | 2021-06-29 16:01:43 +0200 |
| commit | 6b0b5fae076ba51c6c536b541e8f137039d8f915 (patch) | |
| tree | 737d99f8557227e5db9c7ffeb044e30c7f35eb8e /conf | |
| parent | 25c42d36eb989ced5fccf17910609b62bc4a623d (diff) | |
| download | ihatemoney-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-x | conf/entrypoint.sh | 3 |
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 |
