APEXPREADAxlive commited on
Commit
b346851
·
verified ·
1 Parent(s): 14b4481
Files changed (1) hide show
  1. Dockerfile +17 -0
Dockerfile ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Pull the image
2
+ docker pull ghcr.io/phioranex/openclaw-docker:latest
3
+
4
+ # Run onboarding (first time setup)
5
+ docker run -it --rm \
6
+ -v ~/.openclaw:/home/node/.openclaw \
7
+ -v ~/.openclaw/workspace:/home/node/.openclaw/workspace \
8
+ ghcr.io/phioranex/openclaw-docker:latest onboard
9
+
10
+ # Start the gateway
11
+ docker run -d \
12
+ --name openclaw \
13
+ --restart unless-stopped \
14
+ -v ~/.openclaw:/home/node/.openclaw \
15
+ -v ~/.openclaw/workspace:/home/node/.openclaw/workspace \
16
+ -p 18789:18789 \
17
+ ghcr.io/phioranex/openclaw-docker:latest gateway start --foreground