mirror of
https://github.com/Ralim/IronOS.git
synced 2025-07-23 04:13:01 +02:00
12 lines
192 B
YAML
12 lines
192 B
YAML
version: '3'
|
|
services:
|
|
builder:
|
|
stdin_open: true
|
|
tty: true
|
|
build:
|
|
context: .
|
|
command: /bin/bash
|
|
volumes:
|
|
- ./ci:/build/ci
|
|
- ./:/build/source
|