Fix Dev Environment Errors & Docker Deployment (#279)

* fix prisma errors
* add new database build process
* fix js widget needing @prisma/client
This commit is contained in:
Matti Nannt
2023-05-09 20:12:48 +02:00
committed by GitHub
parent 520f282384
commit ef4e5ed17a
23 changed files with 390 additions and 59 deletions
-1
View File
@@ -7,7 +7,6 @@ COPY . .
RUN pnpm install
# Build the project
RUN pnpm dlx prisma generate
RUN pnpm turbo run build --filter=web...
CMD pnpm dlx prisma migrate deploy && node /app/apps/web/.next/standalone/apps/web/server.js