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 15a389a5cdec00243258642feafacddc08ab0a9c Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Tue Jul 18 16:56:43 2017 +0200 correction docker --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e2067519..c0255248 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,7 @@ COPY ./pollen-ui-riot-js/target/dist /var/www/html 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 +RUN mv /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 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.