Skip to content

Commit

Permalink
Bugfix Bulk Export v.3.4.15
Browse files Browse the repository at this point in the history
  • Loading branch information
julia-bauder authored Sep 18, 2024
1 parent 250657c commit f43b9cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ RUN unzip -q /var/www/html/themes/theme-thedaily-v1.5.zip -d /var/www/html/theme
&& unzip -q /var/www/html/themes/theme-cozy-v1.5.0.zip -d /var/www/html/themes/ \
&& rm /var/www/html/themes/theme-thedaily-v1.5.zip /var/www/html/themes/9467e276bd959665cebe48c2d8bd48dc93663fda.zip /var/www/html/themes/theme-cozy-v1.5.0.zip /var/www/html/themes/generic.zip

#Fix Bulk Export until we can upgrade to the newest version
RUN rm /var/www/html/modules/BulkExport/src/Traits/ListTermsTrait.php
COPY ./ListTermsTrait.php /var/www/html/modules/BulkExport/src/Trait/

COPY ./robots.txt /var/www/html/
COPY ./google4399bb9e69fcbe34.html /var/www/html/
COPY ./set-up-database.sh /usr/local/
Expand Down

0 comments on commit f43b9cc

Please sign in to comment.