feat:improved ui for login
This commit is contained in:
@@ -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 ./
|
||||
|
||||
Reference in New Issue
Block a user