Load worker secrets from Vault
Some checks failed
Build and deploy Worker / build (push) Failing after 23s

This commit is contained in:
Ruslan Bakiev
2026-05-08 16:57:41 +07:00
parent a6203bde71
commit b231eb6a27
4 changed files with 70 additions and 2 deletions

View File

@@ -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