Files

20 lines
329 B
YAML

name: project
services:
tests:
build:
context: ..
dockerfile: docker/test/Dockerfile
container_name: project-tests
working_dir: /work
volumes:
- ..:/work:Z
command: ["/bin/bash", "-lc", "scripts/test.sh"]
networks:
- project-net
networks:
project-net:
name: project-net