12 lines
296 B
YAML
12 lines
296 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
dev-environment:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
# Mount your `toot` configuration folder into the container
|
|
- "C:\\Users\\youruser\\AppData\\Roaming\\toot:/root/.config/toot"
|
|
working_dir: /workspace
|
|
tty: true
|