Skip to content

Commit

Permalink
feat(docker): bind the local binary folder to the container
Browse files Browse the repository at this point in the history
  • Loading branch information
grdddj committed May 27, 2022
1 parent c9ffcdd commit 728a857
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:
- DISPLAY=$DISPLAY
volumes:
- ./../logs/screens:/trezor-user-env/logs/screens
- ./../src/binaries/firmware/bin:/trezor-user-env/src/binaries/firmware/bin

trezor-user-env-mac:
container_name: trezor-user-env.mac
Expand All @@ -21,6 +22,7 @@ services:
- DISPLAY=docker.for.mac.host.internal:0
volumes:
- ./../logs/screens:/trezor-user-env/logs/screens
- ./../src/binaries/firmware/bin:/trezor-user-env/src/binaries/firmware/bin

trezor-user-env-regtest:
container_name: trezor-user-env-regtest
Expand Down

0 comments on commit 728a857

Please sign in to comment.