tcl-filtrage/docker-compose.yaml

7 lines
108 B
YAML

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