From 06a38376ebd6f87c18c6c4878c365328df263d36 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Tue, 20 Sep 2016 15:03:53 -0400 Subject: [PATCH] Invoking ONBUILD script --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d90ae45..103cd66 100644 --- a/Dockerfile +++ b/Dockerfile @@ -129,7 +129,9 @@ RUN ln -s /opt/etc/httpd/conf.d/ports.conf /etc/httpd/conf.d/ports.conf && \ ln -s /opt/etc/php/email.php /opt/comanage/comanage-registry-$version/app/Config/email.php && \ ln -s /opt/comanage/comanage-registry-1.0.5/app/webroot /var/www/html/registry && \ rm /etc/httpd/conf/httpd.conf && \ - ln -s /opt/etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf + ln -s /opt/etc/httpd/conf/httpd.conf /etc/httpd/conf/httpd.conf && \ + /opt/autoexec/bin/onbuild.sh + # Port EXPOSE 80 443