summaryrefslogtreecommitdiff
path: root/vendor/github.com/onsi/gomega/docker-compose.yaml
blob: f37496143d50a0d2523d54c329f85b25b776fd4e (plain)
1
2
3
4
5
6
7
8
9
10
version: '3.0'

services:
  test:
    build:
      dockerfile: Dockerfile
      context: .
    working_dir: /app
    volumes:
      - ${PWD}:/app