add daily #reminder channel clearing
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
FROM node:latest
|
||||
FROM node:23
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
|
||||
COPY package*.json ./
|
||||
|
||||
RUN npm install
|
||||
RUN npm ci
|
||||
|
||||
COPY . .
|
||||
|
||||
EXPOSE 3000
|
||||
|
||||
CMD ["node", "src/index.js"]
|
||||
CMD ["npm", "run", "prod", "src/index.js"]
|
||||
|
||||
Reference in New Issue
Block a user