mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-29 01:28:59 -05:00
docs: add npx prisma generate
to update instructions
This commit is contained in:
parent
7716f5c0ce
commit
94e2a6110d
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,7 @@ docker compose up -d
|
|||
```bash
|
||||
pm2 stop pingvin-share-backend pingvin-share-frontend
|
||||
```
|
||||
2. Repeat the steps from the [installation guide](#stand-alone-installation) except the `git clone` step.
|
||||
2. Run the following commands:
|
||||
|
||||
```bash
|
||||
cd pingvin-share
|
||||
|
@ -117,6 +117,7 @@ docker compose up -d
|
|||
# Start the backend
|
||||
cd backend
|
||||
npm install
|
||||
npx prisma generate
|
||||
npm run build
|
||||
pm2 restart pingvin-share-backend
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue