fcc6921ddb
Fixes #27, or at least works around it. This deals with the issues mentioned in https://github.com/sgrif/pq-sys/pull/18, and it relies heavily on ideas from @golddranks and @clux.
13 lines
163 B
YAML
13 lines
163 B
YAML
version: "2.0"
|
|
|
|
services:
|
|
app:
|
|
build: .
|
|
volumes:
|
|
- cargo:/home/rust/.cargo
|
|
- target:/home/rust/src/target
|
|
|
|
volumes:
|
|
cargo: {}
|
|
target: {}
|