We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b45e2 commit b0685ccCopy full SHA for b0685cc
README.md
@@ -29,7 +29,7 @@ Use setHeaders() to select user for development purposes.
29
30
When deploying Lomake to a production server for the first time, the database should be seeded.
31
32
-The seeding should be performed only **once** by executing `docker exec -it lomake bash -c "node index.js seed"`
+The seeding should be performed only **once** by executing `docker exec -it lomake bash -c "npm run seed"`
33
34
### Running Cypress tests
35
0 commit comments