* docker/buildAll.sh: replace /build/source by /build/ironos to eliminate ambiguity with /build/source/source * scripts/ci/buildAll.sh: fix shellcheck and add additional comment
14 lines
263 B
YAML
14 lines
263 B
YAML
version: "3"
|
|
name: "ironos"
|
|
services:
|
|
builder:
|
|
stdin_open: true
|
|
tty: true
|
|
build:
|
|
context: .
|
|
dockerfile: scripts/IronOS.Dockerfile
|
|
command: /bin/sh
|
|
volumes:
|
|
- ./scripts/ci:/build/ci:Z
|
|
- ./:/build/ironos:Z
|