Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
10
omni_chat/Dockerfile
Normal file
10
omni_chat/Dockerfile
Normal file
@@ -0,0 +1,10 @@
|
||||
FROM node:22-alpine
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
|
||||
COPY . .
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
Reference in New Issue
Block a user