refactor: move timeline scheduler to isolated service
This commit is contained in:
12
schedulers/client-timeline-calendar/Dockerfile
Normal file
12
schedulers/client-timeline-calendar/Dockerfile
Normal file
@@ -0,0 +1,12 @@
|
||||
FROM node:22-bookworm-slim
|
||||
|
||||
WORKDIR /app/scheduler
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm ci --omit=dev
|
||||
|
||||
COPY run.mjs ./run.mjs
|
||||
|
||||
ENV NODE_ENV=production
|
||||
|
||||
CMD ["npm", "run", "start"]
|
||||
Reference in New Issue
Block a user