branch develop updated (3f426278 -> 25b619c7)
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 3f426278 Personnalisation de la page d'acceuille (ref #67) new 25b619c7 mise à jour du docker pour prendre en compte la personalisation (ref #67) 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 25b619c73fe710875dd569017ea3580f33e252a3 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Jul 18 16:15:34 2017 +0200 mise à jour du docker pour prendre en compte la personalisation (ref #67) Summary of changes: Dockerfile | 3 +++ 1 file changed, 3 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 25b619c73fe710875dd569017ea3580f33e252a3 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Jul 18 16:15:34 2017 +0200 mise à jour du docker pour prendre en compte la personalisation (ref #67) --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index ad3a934d..e2067519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,6 +40,9 @@ COPY ./pollen-ui-riot-js/target/dist /var/www/html # riot UI config RUN mv /var/www/html/conf.js /var/local/pollen/conf.js && ln -s /var/local/pollen/conf.js /var/www/html/conf.js +# riot UI config +RUN cp -r /var/www/html/home /var/local/pollen/home && ln -s /var/local/pollen/home /var/www/html/home + # Prepare tomcat server RUN rm -fr /usr/local/tomcat/webapps/ROOT COPY ./pollen-rest-api/target/pollen-rest-api*.war /usr/local/tomcat/webapps/ROOT.war -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm