aboutsummaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
blob: 31ded28217f22264f07890352c0e4eea90c5d0cc (plain)
1
2
3
4
5
6
7
8
9
10
11
version: "3"
services:
  builder:
    stdin_open: true
    tty: true
    build:
      context: .
    command: /bin/bash
    volumes:
      - ./ci:/build/ci:Z
      - ./:/build/source:Z