Paijo commited on
Commit
4d8609a
·
verified ·
1 Parent(s): 427b4d9

Add Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM node:22-slim
2
 
3
- # Create app directory
4
  WORKDIR /home/node/openclaw
5
 
6
  # Install OpenClaw globally
@@ -12,8 +12,5 @@ ENV OPENCLAW_NODE_MODE=true
12
  # Expose default Gateway port
13
  EXPOSE 18789
14
 
15
- # Set working directory for OpenClaw
16
- WORKDIR /home/node/openclaw
17
-
18
  # Command to start the Gateway
19
  CMD ["openclaw", "gateway", "--port", "18789"]
 
1
  FROM node:22-slim
2
 
3
+ # Create app directory and set working directory
4
  WORKDIR /home/node/openclaw
5
 
6
  # Install OpenClaw globally
 
12
  # Expose default Gateway port
13
  EXPOSE 18789
14
 
 
 
 
15
  # Command to start the Gateway
16
  CMD ["openclaw", "gateway", "--port", "18789"]