mirror of
https://github.com/newnius/Dockerfiles.git
synced 2026-05-07 10:35:08 +00:00
10 lines
112 B
Docker
10 lines
112 B
Docker
FROM node
|
|
|
|
WORKDIR /root
|
|
|
|
RUN npm install -g openclaw@latest
|
|
|
|
USER openclaw
|
|
|
|
CMD ["openclaw", "gateway", "run"]
|