9 lines
134 B
YAML
9 lines
134 B
YAML
services:
|
|
test:
|
|
build:
|
|
context: .
|
|
dockerfile: Ztest/Dockerfile
|
|
volumes:
|
|
- .:/app
|
|
network_mode: "host"
|