diff --git a/Dockerfile b/Dockerfile index be46c01..6219764 100644 --- a/Dockerfile +++ b/Dockerfile @@ -134,7 +134,7 @@ 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/local/Config/email.php && \ rm -f /opt/comanage/comanage-registry-$version/app/Config/email.php && \ ln -s /opt/etc/php/email.php /opt/comanage/comanage-registry-$version/app/Config/email.php && \ - ln -s /opt/comanage/comanage-registry-1.0.6/app/webroot /var/www/html/registry && \ + ln -s /opt/comanage/comanage-registry-$VERSION/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 && \ /opt/autoexec/bin/onbuild.sh