We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5cdfa5 commit 086a656Copy full SHA for 086a656
docker/Dockerfile-demo
@@ -68,7 +68,7 @@ RUN apt-get update \
68
&& echo " amqp.cfg" >> buildout.cfg \
69
&& echo " ldap.cfg" >> buildout.cfg \
70
&& echo " docker.cfg" >> buildout.cfg \
71
- && sed -ie "s#Products.MeetingCommunes:zcity#Products.MeetingCommunes:demo#" base.cfg \
+ && sed -ie "s#Products.MeetingCommunes:zcity#Products.MeetingCommunes:demo#" *.cfg \
72
&& su -c "virtualenv -p python2 ." -s /bin/sh imio \
73
&& su -c "bin/pip install 'python-ldap==2.4.15' -r requirements.txt" -s /bin/sh imio \
74
&& su -c "bin/buildout -t 30 -N" -s /bin/sh imio \
0 commit comments