14 lines
246 B
YAML
14 lines
246 B
YAML
version: "3.4"
|
|
services:
|
|
pybm-build:
|
|
image: pybm-build
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
buildbot-test:
|
|
image: buildbot-test
|
|
build:
|
|
dockerfile: Dockerfile
|
|
context: .
|
|
target: pybm-build
|