Spaces:
Running
Running
Update Dockerfile
Browse files- 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/
|
| 8 |
-
ARG OPENCLAW_REF=
|
| 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 && \
|