mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-16 18:44:47 +00:00
14 lines
288 B
YAML
14 lines
288 B
YAML
|
|
name: ifcopenshell-${UNIQUE_ID}
|
||
|
|
services:
|
||
|
|
ifcopenshell:
|
||
|
|
container_name: ifcopenshell-${UNIQUE_ID}
|
||
|
|
image: ifcopenshell-build-env:updated
|
||
|
|
volumes:
|
||
|
|
- type: bind
|
||
|
|
source: ../
|
||
|
|
target: /__w/IfcOpenShell/IfcOpenShell
|
||
|
|
- ccache:/ccache
|
||
|
|
|
||
|
|
volumes:
|
||
|
|
ccache:
|