Erminig/docker-compose.yml

11 lines
240 B
YAML
Raw Normal View History

2025-04-29 17:15:19 +02:00
version: '3.9'
services:
erminig:
build:
context: .
volumes:
- ./lib:/var/lib/erminig:z
- ./cache:/var/cache/erminig:z
working_dir: /opt/erminig
command: /bin/bash -c "pip install -e . && exec /bin/bash"