We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e472c3 commit 6219faeCopy full SHA for 6219fae
docs/dev-environment.md
@@ -44,7 +44,7 @@ docker compose down --volumes
44
After modifying `i18n` files, run the following to update localization caches:
45
46
```sh
47
-docker compose exec -it mediawiki bash -c "WBS_DOMAIN=maint php w/maintenance/rebuildLocalisationCache.php --lang=en --force"
+docker compose run --rm -it mediawiki bash -c "WBS_DOMAIN=maint php w/maintenance/rebuildLocalisationCache.php --lang=en --force"
48
```
49
50
### Debugging Elastic
0 commit comments