Update CONTRIBUTING.md

Co-authored-by: Wolfgang Huß <wolle.huss@pjannto.com>
This commit is contained in:
Hannes Heine 2023-03-07 13:34:36 +01:00 committed by GitHub
parent 6be8c8eeb5
commit cec9276a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -190,7 +190,7 @@ For Docker compose `up` or `build` commands, you can use our Apple M1 override f
# for development
$ docker compose -f docker-compose.yml -f docker-compose.override.yml -f docker-compose.apple-m1.override.yml up
# only once: init admin user and create indices and constraints in Neo4j database
# only once: init admin user and create indexes and constraints in Neo4j database
$ docker compose exec backend yarn prod:migrate init
# clean db
$ docker compose exec backend yarn db:reset