mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
chore(rust): fix local docker development (#4642)
some small fixes to make local development a bit easier
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user