mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
11 lines
167 B
YAML
11 lines
167 B
YAML
version: '3.2'
|
|
|
|
services:
|
|
runner:
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- type: bind
|
|
source: .
|
|
target: /output |