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