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

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"]