This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git commit c34f932437705fdcc4c4c9b30adac969277e8f20 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Wed Mar 1 10:46:09 2017 +0100 correction de la configuration de pollen dans le docker --- Dockerfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Dockerfile b/Dockerfile index 069495f..46faa33 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,19 @@ RUN unzip /usr/local/tomcat/webapps/ROOT.war -d /usr/local/tomcat/webapps/ROOT # Prepare pollen directory RUN mkdir /var/local/pollen RUN mkdir /var/local/pollen/db +RUN mkdir /var/local/pollen/images + +# riot UI config +RUN mv /var/www/html/conf.js /var/local/pollen/conf.js +RUN ln -s /var/local/pollen/conf.js /var/www/html/conf.js + +# Add rest config +RUN echo "\ +\n\ +pollen.data.directory=/var/local/pollen/db\n\ +\n\ +" > /var/local/pollen/pollen-rest-api.properties +RUN ln -s /var/local/pollen/pollen-rest-api.properties /usr/local/tomcat/pollen-rest-api.properties EXPOSE 80 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.