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