docs: add npx prisma generate to update instructions
This commit is contained in:
@@ -106,7 +106,7 @@ docker compose up -d
|
|||||||
```bash
|
```bash
|
||||||
pm2 stop pingvin-share-backend pingvin-share-frontend
|
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
|
```bash
|
||||||
cd pingvin-share
|
cd pingvin-share
|
||||||
@@ -117,6 +117,7 @@ docker compose up -d
|
|||||||
# Start the backend
|
# Start the backend
|
||||||
cd backend
|
cd backend
|
||||||
npm install
|
npm install
|
||||||
|
npx prisma generate
|
||||||
npm run build
|
npm run build
|
||||||
pm2 restart pingvin-share-backend
|
pm2 restart pingvin-share-backend
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user