Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacov committed Jul 30, 2024
1 parent b7ffc25 commit 717ade3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ podman run --rm --network host -it quay.io/yaacov/rose-go-driver:latest --port 8
# NOTE: will mount mydriver.py from local directory into the container file system
podman run --rm --network host -it \
-v $(pwd)/:/driver:z \
-e DRIVER=/driver/mydriver.py \
-e DRIVER=/driver/mydriver.py \\
-e PORT=8081 \
quay.io/rose/rose-game-ai:latest
```

Expand Down

0 comments on commit 717ade3

Please sign in to comment.