mirror of
https://github.com/Ralim/IronOS.git
synced 2025-07-23 12:23:06 +02:00
13 lines
210 B
YAML
13 lines
210 B
YAML
version: "3"
|
|
name: "ironos"
|
|
services:
|
|
builder:
|
|
stdin_open: true
|
|
tty: true
|
|
build:
|
|
context: .
|
|
command: /bin/sh
|
|
volumes:
|
|
- ./ci:/build/ci:Z
|
|
- ./:/build/source:Z
|