fix: update Prisma schema path and upgrade PostgreSQL image to 18-alpine

This commit is contained in:
2026-07-25 09:19:53 +02:00
parent 4521ec1b3e
commit eacbf59a10
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -18,7 +18,7 @@
```
./backend/ # Node backend (rj-web)
./frontend/ # React + Vite frontend
./prisma/schema.prisma # Prisma schema
./backend/prisma/schema.prisma # Prisma schema
./docker-compose.yml # Compose + Dockerfile for PP itself
```