This is an automated email from the git hooks/post-receive script. New change to branch develop in repository pollen. See https://gitlab.nuiton.org/chorem/pollen.git from fa55dc1 correction de la configuration de pollen dans le docker new c34f932 correction de la configuration de pollen dans le docker The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Detailed log of new commits: 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 Summary of changes: Dockerfile | 13 +++++++++++++ 1 file changed, 13 insertions(+) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
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>.
participants (1)
-
chorem.org scm