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>.