Skip to content

Commit 53cbe09

Browse files
committed
readme cleanup
1 parent 95ea1dc commit 53cbe09

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)