Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fitztrev committed Dec 10, 2023
1 parent 840ee45 commit dc829b6
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,19 +108,20 @@ After modifying a `translation/source/*.xml` file, run:
docker compose run --rm ui /lila/bin/trans-dump
```
### Make the database persistent
### Code formatting:
```bash
docker compose cp mongodb:/data/db ./database
./lila-docker format
```
then in `docker-compose.yml`add `- ./database:/data/db` to mongodb volumes
### Code formatting:
### Optional: Make the database persistent
```bash
./lila-docker format
docker compose cp mongodb:/data/db ./database
```
Then in `docker-compose.yml`add `- ./database:/data/db` to mongodb volumes
### Berserk (Python library):
To install the development version of [Berserk](https://github.com/lichess-org/berserk) and run a sample script against your local development site:
Expand Down

0 comments on commit dc829b6

Please sign in to comment.