Load Vault before backend migrations
All checks were successful
Build and deploy Backend / build (push) Successful in 1m12s

This commit is contained in:
Ruslan Bakiev
2026-05-08 17:16:08 +07:00
parent 203d37f3c7
commit 359a4237c3
2 changed files with 27 additions and 1 deletions

View File

@@ -20,4 +20,4 @@ COPY --from=build /app/src/generated ./dist/generated
COPY --from=build /app/prisma ./prisma
COPY --from=build /app/prisma.config.ts ./prisma.config.ts
EXPOSE 4000
CMD ["sh", "-c", "npm run prisma:migrate:deploy && npm run start"]
CMD ["node", "dist/entrypoint.js"]