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