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"