aboutsummaryrefslogtreecommitdiffhomepage
path: root/Env.yml
blob: 28024651d08d580d5acf70d49395ef27a7858f91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
version: "3"
name: "ironos"
services:
  builder:
    stdin_open: true
    tty: true
    build:
      context: .
      dockerfile: scripts/IronOS.Dockerfile
    command: /bin/sh
    volumes:
      - ./scripts/ci:/build/ci:Z
      - ./:/build/source:Z