Bot server support

This commit is contained in:
2026-02-10 18:59:21 +01:00
parent 0802007a61
commit 4c53282bfa
4 changed files with 194 additions and 71 deletions

View File

@@ -4,4 +4,5 @@ COPY package.json .
RUN npm install
COPY . .
EXPOSE 3030
CMD ["node","server.js"]
EXPOSE 3031
CMD ["node","server.js"]