11 lines
189 B
YAML
11 lines
189 B
YAML
|
version: '3'
|
||
|
services:
|
||
|
azure-fixture:
|
||
|
build:
|
||
|
context: .
|
||
|
dockerfile: Dockerfile
|
||
|
volumes:
|
||
|
- ./testfixtures_shared/shared:/fixture/shared
|
||
|
ports:
|
||
|
- "8091"
|