diff options
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
