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