Paijo commited on
Commit
136ac56
·
verified ·
1 Parent(s): 4d8609a

Add Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -1,7 +1,7 @@
1
- FROM node:22-slim
2
 
3
- # Create app directory and set working directory
4
- WORKDIR /home/node/openclaw
5
 
6
  # Install OpenClaw globally
7
  RUN npm install -g openclaw@latest
 
1
+ FROM node:22-alpine
2
 
3
+ # Create app directory
4
+ WORKDIR /app
5
 
6
  # Install OpenClaw globally
7
  RUN npm install -g openclaw@latest