Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
inventor02 committed Oct 30, 2024
1 parent d2ddd21 commit c14ebb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM mediawiki:1.42.3

# Install the required extensions
COPY --chown=www-data:www-data extensions/PluggableAuth /var/www/html/extensions/PluggableAuth
COPY --chown=www-data:www-data extensions/OpenIDConnect /var/www/html/extensions/OpenIDConnect
COPY --chown=www-data:www-data extensions/. /var/www/html/extensions/

0 comments on commit c14ebb0

Please sign in to comment.