mirror of
https://github.com/newnius/Dockerfiles.git
synced 2026-05-07 10:35:08 +00:00
add openclaw
This commit is contained in:
9
openclaw/Dockerfile
Normal file
9
openclaw/Dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM node
|
||||
|
||||
WORKDIR /root
|
||||
|
||||
RUN npm install -g openclaw@latest
|
||||
|
||||
USER openclaw
|
||||
|
||||
CMD ["openclaw", "gateway", "run"]
|
||||
Reference in New Issue
Block a user