mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-04-11 10:07:22 +00:00
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:
3
.dockerignore
Normal file
3
.dockerignore
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
.env
|
||||||
|
.git
|
||||||
|
src
|
||||||
7
Dockerfile
Normal file
7
Dockerfile
Normal 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"]
|
||||||
@@ -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(),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user