mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-01-15 00:48:18 -05:00
12 lines
234 B
YAML
12 lines
234 B
YAML
version: '3.2'
|
|
|
|
services:
|
|
worker:
|
|
build:
|
|
context: ./
|
|
dockerfile: docworker.Dockerfile
|
|
command: /coolprop/Web/docker/build_docs.sh
|
|
volumes:
|
|
- type: bind
|
|
source: ../..
|
|
target: /coolprop |