mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
13 lines
243 B
YAML
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 |