FROM node

WORKDIR /root

RUN npm install -g openclaw@latest

USER openclaw

CMD ["openclaw", "gateway", "run"]
