add DATABASE_URL build argument for Docker image to fix stupid prisma

This commit is contained in:
Kaarel 2026-01-20 21:02:00 +00:00
parent a847a86371
commit 4d34f1fb78
No known key found for this signature in database

View file

@ -63,3 +63,5 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: linux/amd64,linux/arm64
build-args: |
DATABASE_URL=postgresql://user:password@localhost:5432/db