This commit is contained in:
Henry Jameson 2026-01-14 15:14:14 +02:00
commit f775f64034
2 changed files with 15 additions and 2 deletions

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM node:22
COPY node_modules index.js package.json yarn.lock .
RUN yarn
ENTRYPOINT node ./index.js
LABEL org.opencontainers.image.title="hj-stream-bot" \
org.opencontainers.image.description="HJ Stream Bot"