hj-stream-bot/Dockerfile
Henry Jameson a1507d59a3 fix
2026-01-14 15:14:54 +02:00

9 lines
203 B
Docker

FROM node:22
COPY 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"