feat:improved ui for login

This commit is contained in:
2025-09-28 15:02:54 +02:00
parent 925e7163b6
commit bc8a76b9f5
9 changed files with 306 additions and 39 deletions

View File

@@ -4,7 +4,7 @@ COPY package.json ./
RUN npm install
COPY . .
RUN DATABASE_URL="postgres://user:pass@localhost:5432/db" npm run build
# DATABASE_URL is only needed at build time for Prisma to generate the client. It is not needed at runtime and will be replaced by the hosted neon database.
FROM node:20-alpine AS runner
WORKDIR /app
COPY --from=builder /app ./