Tonic commited on
Commit
aac81b2
·
verified ·
1 Parent(s): 7b2d99b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -4,8 +4,8 @@
4
  FROM node:22-bookworm
5
 
6
  # Optional: point to a fork or branch (set in Space Variables)
7
- ARG OPENCLAW_REPO=https://github.com/openclaw/openclaw.git
8
- ARG OPENCLAW_REF=main
9
 
10
  # Install git and Bun (needed for build scripts)
11
  RUN apt-get update && \
 
4
  FROM node:22-bookworm
5
 
6
  # Optional: point to a fork or branch (set in Space Variables)
7
+ ARG OPENCLAW_REPO=https://github.com/Josephrp/openclaw.git
8
+ ARG OPENCLAW_REF=hf-spaces
9
 
10
  # Install git and Bun (needed for build scripts)
11
  RUN apt-get update && \