Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Invoking ONBUILD script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 20, 2016
1 parent 488470b commit 06a3837
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 06a3837

Please sign in to comment.