aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index bd34055..03255a5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -19,11 +19,12 @@ ENV NIGHTLY="" \
BABEL_DEFAULT_TIMEZONE="UTC" \
GREENLET_TEST_CPP="no"
-RUN apk update && apk add git gcc libc-dev libffi-dev openssl-dev wget &&\
+RUN apk update && apk add git gcc libc-dev libffi-dev openssl-dev wget postgresql-dev &&\
mkdir -p /etc/ihatemoney &&\
pip install --no-cache-dir gunicorn pymysql;
COPY ./conf/entrypoint.sh /entrypoint.sh
+COPY ./ /ihatemoney/
VOLUME /database
EXPOSE 8000