chore(rust): fix local docker development (#4642)

some small fixes to make local development a bit easier
This commit is contained in:
Gabi
2024-04-16 18:08:02 -03:00
committed by GitHub
parent 9415a64900
commit d0c33681fe
2 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,12 @@ services:
volumes:
- ./rust/target/x86_64-unknown-linux-musl/debug/firezone-headless-client:/bin/firezone-headless-client
download.httpbin:
build:
target: test
volumes:
- ./rust/target/x86_64-unknown-linux-musl/debug/http-test-server:/bin/http-test-server
gateway:
build:
target: test