This repository has been archived on 2024-10-11. You can view files and clone it, but cannot push or open issues or pull requests.
tcl-filtrage/docker-compose.yaml

7 lines
108 B
YAML

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