mirror of
https://github.com/simon987/sist2.git
synced 2025-04-04 07:52:59 +00:00
8 lines
107 B
YAML
8 lines
107 B
YAML
version: "3"
|
|
|
|
services:
|
|
sist2-dev:
|
|
build: .
|
|
command: sleep infinity
|
|
volumes:
|
|
- ../:/app |