From c7ace3c567d944b384d28706640d07b956f6172f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Tue, 5 Jan 2021 14:57:27 +0100 Subject: [PATCH] Correct backend Readme.md --- backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/README.md b/backend/README.md index c09fcc25d..1dffa43bf 100644 --- a/backend/README.md +++ b/backend/README.md @@ -106,7 +106,7 @@ $ docker-compose exec backend yarn run db:reset # you could also wipe out your neo4j database and delete all volumes with: $ docker-compose down -v # if container is not running, run this command to set up your database indeces and contstraints -$ docker-compose run backend yarn run db:migrate init +$ docker-compose exec backend yarn run db:migrate init ``` {% endtab %}