Load backend secrets from Vault
Some checks failed
Build and deploy Backend / build (push) Failing after 27s
Some checks failed
Build and deploy Backend / build (push) Failing after 27s
This commit is contained in:
@@ -5,7 +5,6 @@ RUN npm ci
|
||||
|
||||
FROM node:22-alpine AS build
|
||||
WORKDIR /app
|
||||
ENV DATABASE_URL="postgresql://mapflow:mapflow@localhost:5432/mapflow"
|
||||
COPY --from=deps /app/node_modules ./node_modules
|
||||
COPY . .
|
||||
RUN npm run prisma:generate
|
||||
|
||||
Reference in New Issue
Block a user