Files
CoolProp/dev/docker/valgrind/docker-compose.yml
2025-05-17 11:47:43 -04:00

13 lines
243 B
YAML

services:
runner:
build:
context: ./
dockerfile: Dockerfile
volumes:
- type: bind
source: ..
target: /input
read_only: true
- type: bind
source: ./output
target: /output