This website requires JavaScript.
Explore
Help
Register
Sign In
yuanyeex
/
openclaw
Watch
1
Star
0
Fork
You've already forked openclaw
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
main
openclaw
/
scripts
/
e2e
/
Dockerfile.qr-import
10 lines
103 B
Docker
Raw
Permalink
Blame
History
FROM
node:22-bookworm
RUN
corepack enable
WORKDIR
/app
COPY
. .
RUN
pnpm install --frozen-lockfile
Reference in New Issue
View Git Blame
Copy Permalink