Skip to content

Commit

Permalink
Add development docker instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vagos committed Oct 23, 2024
1 parent b5091d7 commit 65df103
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@ $ docker build -t bensh .

# Run the container
$ docker run -it bensh

# For development, mount the benchmarks directory
docker run -it -v "$(pwd):/benchmarks" bensh
```

0 comments on commit 65df103

Please sign in to comment.