mediawiki: Fix WORKDIR
This commit is contained in:
parent
b67472ac40
commit
0b44e5aecc
1 changed files with 2 additions and 1 deletions
|
@ -49,6 +49,7 @@ COPY --from=builder --chown=unit:unit /usr/src/mediawiki w/
|
||||||
COPY --from=docker.io/composer/composer /usr/bin/composer /usr/bin/composer
|
COPY --from=docker.io/composer/composer /usr/bin/composer /usr/bin/composer
|
||||||
COPY composer.local.json w/composer.local.json
|
COPY composer.local.json w/composer.local.json
|
||||||
|
|
||||||
RUN cd /var/www/html/w && composer update --no-dev
|
WORKDIR /var/www/html/w
|
||||||
|
RUN composer update --no-dev
|
||||||
|
|
||||||
COPY config.json /docker-entrypoint.d/config.json
|
COPY config.json /docker-entrypoint.d/config.json
|
||||||
|
|
Loading…
Reference in a new issue