Skip to content

Commit

Permalink
Create symlinks for hbz catalogs
Browse files Browse the repository at this point in the history
  • Loading branch information
Phu2 committed Sep 18, 2024
1 parent 5dda483 commit 91faa4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ RUN apt-get update \
&& sed -i.bak 's,</VirtualHost>, RedirectMatch ^/$ /qa-catalogue/\n <Directory /var/www/html/qa-catalogue>\n Options Indexes FollowSymLinks MultiViews\n AllowOverride All\n Order allow\,deny\n allow from all\n DirectoryIndex index.php index.html\n </Directory>\n</VirtualHost>,' /etc/apache2/sites-available/000-default.conf \
&& echo "\nWEB_DIR=/var/www/html/qa-catalogue/\n" >> /opt/qa-catalogue/common-variables

# hbz: create symlinks
RUN cd /var/www/html \
&& ln -s qa-catalogue hbz \
&& ln -s qa-catalogue hbz-update

# install Solr
COPY ${SOLR_INSTALL_SOURCE}* /opt

Expand Down

0 comments on commit 91faa4b

Please sign in to comment.