mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-03 20:11:30 +01:00
10 lines
186 B
YAML
10 lines
186 B
YAML
services:
|
|
workspace:
|
|
build:
|
|
context: "./"
|
|
dockerfile: "./Dockerfile"
|
|
volumes:
|
|
- "..:/workspace:cached"
|
|
command: "sleep infinity"
|
|
network_mode: "host"
|