Skip to content

Commit 4723529

Browse files
committed
readme cleanup
1 parent b28d8c9 commit 4723529

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,14 @@ curl -X 'POST' \
171171
3. A directory containing RO-Crate profiles to replace the default RO-Crate profiles for validation may be provided. Note that this will need to contain all profile files, as the default profile data will not be used. An example of this is given in the `docker-compose-develop.yml` file, and described here:
172172
1. Store the profiles in a convenient directory, e.g.: `./local/rocrate_validator_profiles`
173173
2. Add a volume to the celery worker container for these, e.g.:
174-
```
174+
```
175175
volumes:
176176
- ./local/rocrate_validator_profiles:/app/profiles:ro
177-
```
177+
```
178178
3. Provide the `PROFILES_PATH` environment to the flask container (not the celery worker container) to match the internal path, e.g.:
179-
```
179+
```
180180
- PROFILES_PATH=/app/profiles
181-
```
181+
```
182182
183183
4. Build and start the services using Docker Compose:
184184
```bash

0 commit comments

Comments
 (0)