This website requires JavaScript.
Explore
Help
Sign In
nyrn
/
openclaw
mirror of
https://github.com/openclaw/openclaw.git
Watch
1
Star
0
Fork
You've already forked openclaw
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
9df8af855b
openclaw
/
scripts
/
e2e
/
Dockerfile.qr-import
10 lines
103 B
Docker
Raw
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