aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
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 /Dockerfile
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 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 03255a5..94036ee 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -26,6 +26,8 @@ RUN apk update && apk add git gcc libc-dev libffi-dev openssl-dev wget postgresq
COPY ./conf/entrypoint.sh /entrypoint.sh
COPY ./ /ihatemoney/
+RUN pip install --no-cache-dir -e /ihatemoney
+
VOLUME /database
EXPOSE 8000
ENTRYPOINT ["/entrypoint.sh"]