Skip to content

Commit 62ce823

Browse files
authored
Updates for matrix-bot deployment. (#201)
* Update matrix bot for deployment. * Update lockfile.
1 parent d02d4fd commit 62ce823

File tree

4 files changed

+125
-185
lines changed

4 files changed

+125
-185
lines changed

package-lock.json

Lines changed: 3 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tools/matrix-bot/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Use the official Node.js image from Docker Hub
2-
FROM node:22-alpine
2+
FROM node:22-slim
33

44
# Set the working directory inside the container
55
WORKDIR /usr/src/app

0 commit comments

Comments
 (0)