mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-13 16:08:09 -05:00
15 lines
264 B
YAML
15 lines
264 B
YAML
version: '3.2'
|
|
|
|
services:
|
|
worker:
|
|
cap_add:
|
|
- SYS_PTRACE
|
|
build:
|
|
context: ./
|
|
dockerfile: asanworker.Dockerfile
|
|
command: /coolprop/dev/asan/run_asan.sh
|
|
volumes:
|
|
- type: bind
|
|
source: ../..
|
|
target: /coolprop
|