Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Jan 11, 2024
1 parent b3fb826 commit 7c33800
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ podman run --rm --network host -it quay.io/rose/rose-game-web-ui:latest
``` bash
# NOTE: will mount mydriver.py from local directory into the container file system
podman run --rm --network host -it \
-v $(pwd)/mydriver.py:/mydriver.py:z \
-e DRIVER /mydriver.py \
-v $(pwd)/:/driver:z \
-e DRIVER=/driver/mydriver.py \
quay.io/rose/rose-game-ai:latest
```

0 comments on commit 7c33800

Please sign in to comment.