hj-stream-bot/Dockerfile
Henry Jameson f775f64034 docker
2026-01-14 15:14:14 +02:00

9 lines
216 B
Docker

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"