mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-12 23:48:22 -05:00
12 lines
194 B
YAML
12 lines
194 B
YAML
version: '3.2'
|
|
|
|
services:
|
|
runner:
|
|
build:
|
|
context: ./
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- type: bind
|
|
source: ../..
|
|
target: /src
|
|
# read_only: true |