Skip to content

Commit

Permalink
build-docker.sh: add execute permissions
Browse files Browse the repository at this point in the history
Signed-off-by: mlradu <[email protected]>
  • Loading branch information
mlradu committed Aug 29, 2024
1 parent 491b713 commit 473b0d2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,12 @@ To build:
sudo bash build-docker.sh
```

or

```bash
sudo ./build-docker.sh
```

Your Kuiper image will be in the `kuiper-volume/` folder inside the cloned repository on you machine.
After successful build, the docker image and the build container are removed if `PRESERVE_CONTAINER=n`.
If needed, you can remove the build container with:
Expand Down
Empty file modified build-docker.sh
100644 → 100755
Empty file.

0 comments on commit 473b0d2

Please sign in to comment.