Skip to content

Commit f6005bb

Browse files
feat: update openclaw Dockerfile
1 parent e866ee9 commit f6005bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/openclaw-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
curl -fsSL "https://github.com/openclaw/openclaw/archive/refs/tags/v${{ github.event.inputs.openclawTag }}.tar.gz" \
5050
| tar -xz -C _src/openclaw --strip-components=1
5151
mkdir -p _src/openclaw/openclaw
52-
cp openclaw/Dockerfile _src/openclaw/openclaw/
52+
cp openclaw/Dockerfile openclaw/docker-entrypoint.sh _src/openclaw/openclaw/
5353
5454
- name: Build OpenClaw Image and Push
5555
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)