mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 01:00:36 +03:00
15 lines
224 B
YAML
15 lines
224 B
YAML
name: concept-core
|
|
|
|
volumes:
|
|
concept_volume:
|
|
name: "concept-libs"
|
|
|
|
services:
|
|
builder:
|
|
restart: no
|
|
build:
|
|
context: ./
|
|
volumes:
|
|
- concept_volume:/home/output
|
|
command: sh /home/entrypoint.sh
|