fix selfhosted docker build

This commit is contained in:
antonio
2025-12-03 17:11:22 +01:00
parent 951860f67e
commit 3881c67b93
6 changed files with 22 additions and 5 deletions

View File

@@ -22,7 +22,9 @@
"payments:shared": "ts-node scripts/payments/shared.ts",
"payments:deploy": "ts-node scripts/payments/deploy.ts",
"emails:deploy": "ts-node scripts/emails/deploy.ts"
"emails:deploy": "ts-node scripts/emails/deploy.ts",
"prepare-docker": "ts-node scripts/dashboard/shared.ts && ts-node scripts/producer/shared.ts && ts-node scripts/consumer/shared.ts"
},
"keywords": [],
"author": "Emily",