summaryrefslogtreecommitdiff
path: root/docker/recipes.test.yml
blob: 18d4aca7826c8b6d6d0f66386ea6b4edc61a997c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: '3.4'

services:
    sut:
        build:
            context: ..
            dockerfile: docker/Dockerfile
            target: runner
        volumes:
          - type: bind
            source: ./tests
            target: /recipes
        working_dir: /recipes
        command: simple-recipe.yaml