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