aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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"]