mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-15 00:48:18 -05: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 |