Skip to content

Commit

Permalink
Update docker - due to the composer changes of the web UI
Browse files Browse the repository at this point in the history
  • Loading branch information
pkiraly committed Nov 13, 2023
1 parent 1dd3df3 commit 9ade177
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,21 +93,21 @@ RUN cd /opt \
# && cp /var/www/html/qa-catalogue/configuration.js.template /var/www/html/qa-catalogue/configuration.js \
&& touch /var/www/html/qa-catalogue/selected-facets.js \
&& if [ ! -d /var/www/html/qa-catalogue/cache ]; then \
mkdir /var/www/html/qa-catalogue/cache \
mkdir /var/www/html/qa-catalogue/cache ; \
fi \
&& chown www-data:www-data -R /var/www/html/qa-catalogue/cache \
&& chmod g+w -R /var/www/html/qa-catalogue/cache \
&& touch cache/selected-facets.js \
&& if [ ! -d _smarty ]; then \
mkdir _smarty \
mkdir _smarty ; \
fi \
&& chgrp www-data -R _smarty \
&& chmod g+w -R _smarty \
&& if [ ! -d /var/www/html/qa-catalogue/libs ]; then \
mkdir /var/www/html/qa-catalogue/libs \
mkdir /var/www/html/qa-catalogue/libs ; \
fi \
&& if [ ! -d /var/www/html/qa-catalogue/images ]; then \
mkdir /var/www/html/qa-catalogue/images \
mkdir /var/www/html/qa-catalogue/images ; \
fi \
# && cd /var/www/html/qa-catalogue/libs/ \
# && curl -s -L https://github.com/smarty-php/smarty/archive/v${SMARTY_VERSION}.zip --output v$SMARTY_VERSION.zip \
Expand Down

0 comments on commit 9ade177

Please sign in to comment.