mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-04 20:41: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'
|