File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ docker logs --tail 10000 -f find-peers
2727| ` ./env/.env-example ` | Example file for api tokens, rename to ` .env ` to activate | no |
2828
2929## Running
30- The database of this project is in a folder called 'prisma ' at the root of the project.
30+ The database of this project is in a folder called 'database ' at the root of the project.
3131
3232### Docker and Docker-compose
3333This is in production
@@ -44,9 +44,9 @@ docker logs --tail 10000 -f find-peers
4444- Install Nodejs >= 18.x
4545- Install dependencies\
4646` npm install `
47- - Generate the Prisma client\
47+ - Generate prisma client
4848` npx prisma generate `
49- - Run Prisma migration \
50- ` npx prisma migrate dev `
49+ - Push schema directly
50+ ` npx prisma db `
5151- Start development server\
5252` npm run dev `
You can’t perform that action at this time.
0 commit comments