ConceptCore/docker-compose.yml

15 lines
221 B
YAML
Raw Normal View History

2024-04-15 22:16:14 +03:00
name: concept-core
volumes:
concept_volume:
name: "concept-libs"
services:
builder:
restart: no
build:
context: ./
volumes:
- concept_volume:/home/output
command: /bin/sh BuildAll.sh