feat: switch to global_healthx Ozonetel account, add Dockerfile

- Update default campaign to Inbound_918041763265
- Add Dockerfile and .dockerignore for container deployment
- Sidecar image: 043728036361.dkr.ecr.ap-south-1.amazonaws.com/fortytwo-eap/helix-engage-sidecar:alpha

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-03-19 10:27:40 +05:30
parent a0df752cfd
commit 5f185f37f5
3 changed files with 11 additions and 1 deletions

3
.dockerignore Normal file
View File

@@ -0,0 +1,3 @@
.env
.git
src

7
Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM node:22-slim
WORKDIR /app
COPY dist ./dist
COPY node_modules ./node_modules
COPY package.json ./
EXPOSE 4100
CMD ["node", "dist/main.js"]

View File

@@ -82,7 +82,7 @@ export class OzonetelAgentService {
customer: this.accountId, customer: this.accountId,
agentId: params.agentId, agentId: params.agentId,
custNumber: params.customerNumber, custNumber: params.customerNumber,
campaignName: params.campaignName ?? 'Inbound_918062873123', campaignName: params.campaignName ?? 'Inbound_918041763265',
timestamp: Date.now(), timestamp: Date.now(),
}, },
{ {