1
0
forked from me/IronOS
Files
IronOS/Env.yml
Ivan Zorin e0f373a88a Decomission of scripts/ci (#1760)
* Decomission of scripts/ci

* Code review

* Update .gitignore according to changes for code review
2023-07-31 10:06:57 +10:00

13 lines
229 B
YAML

version: "3"
name: "ironos"
services:
builder:
stdin_open: true
tty: true
build:
context: .
dockerfile: scripts/IronOS.Dockerfile
command: /bin/sh
volumes:
- ./:/build/ironos:Z