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