blob: 695cd122e2557219aa0aafa8f77361ed6d23d410 (
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: .
dockerfile: scripts/IronOS.Dockerfile
command: /bin/sh
volumes:
- ./:/build/ironos:Z
|