Restore Africa supplier and product catalog
Build and deploy Docker image / build (push) Successful in 4m0s

This commit is contained in:
Ruslan Bakiev
2026-08-20 17:23:31 +07:00
parent 60831b9f8c
commit 5ab16917a1
6 changed files with 1909 additions and 2 deletions
+2 -1
View File
@@ -31,7 +31,8 @@ COPY --from=builder /app/dist ./dist
COPY prisma.config.ts ./
COPY prisma ./prisma
COPY scripts ./scripts
COPY data ./data
EXPOSE 8000
CMD ["sh", "-c", ". /app/scripts/load-vault-env.sh && npx prisma migrate deploy && node dist/index.js"]
CMD ["sh", "-c", ". /app/scripts/load-vault-env.sh && npx prisma migrate deploy && npm run seed:reference && node dist/index.js"]