Skip to content

Commit 7be3dd2

Browse files
authored
Reenable semantic drilldown
Use custom composer image
1 parent fbcaf8c commit 7be3dd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,13 +143,13 @@ COPY --from=fetcher /Popups /var/www/html/extensions/Popups
143143
# drmf-beta.wmflabs.org
144144
COPY --from=fetcher /DataTransfer /var/www/html/extensions/DataTransfer
145145
# wiki.physikerwelt.de
146-
# COPY --from=fetcher /SemanticDrilldown /var/www/html/extensions/SemanticDrilldown
146+
COPY --from=fetcher /SemanticDrilldown /var/www/html/extensions/SemanticDrilldown
147147

148148

149149
################
150150
# Composer #
151151
################
152-
FROM composer as composer
152+
FROM ghcr.io/mardi4nfdi/docker-composer:main as composer
153153
COPY --from=collector /var/www/html /var/www/html
154154
WORKDIR /var/www/html/
155155
COPY composer.local.json /var/www/html/composer.local.json

0 commit comments

Comments
 (0)