mirror of
https://dev.azure.com/globalhealthx/EMR/_git/helix-engage-server
synced 2026-04-11 18:08:16 +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:
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"]
|
||||
Reference in New Issue
Block a user