tcl-filtrage/docker-compose.yaml

10 lines
126 B
YAML

version: "2.4"
services:
app:
build:
context: .
args:
- POETRY_ARGS="--no-dev"
restart: always