|
# Test configuration
|
|
services:
|
|
template:
|
|
build:
|
|
context: ./docker/template
|
|
dockerfile: Dockerfile
|
|
image: template:test
|
|
volumes:
|
|
- ./docker/template/src:/scratch
|
|
- ./temp:/temp
|
|
# Since scratch can't run commands, we use a dummy entrypoint
|
|
entrypoint: "true" |