Add psycopg2 in mailman-web container.

Copy the settings file from /opt/mailman/web/ in the host system which
is supposed to be mounted at /opt/mailman-web-data/ in the container.
This commit is contained in:
Abhilash Raj
2017-03-29 22:27:06 -07:00
parent 131d1c0b8a
commit 12e8b04128
3 changed files with 12 additions and 490 deletions

View File

@@ -11,8 +11,8 @@ RUN apt-get update \
git+https://gitlab.com/mailman/django-mailman3.git \
git+https://gitlab.com/mailman/hyperkitty.git \
whoosh \
uwsgi
uwsgi \
psycopg2
ADD mailman-web /opt/mailman-web