aboutsummaryrefslogtreecommitdiffstats
path: root/docker-compose.test.yml
blob: 1529b3681402fad8d07fa6a85c3ed3406c6261ba (plain) (blame)
1
2
3
4
5
6
7
8
9
version: '3.4'
services:
  sut:
    build:
      context: .
      #This means we are using the build container, not the final container
      target: build
    entrypoint: /bin/sh
    command: /opensmtpd/tests/test_all.sh