mirror of
https://github.com/theoludwig/theoludwig.git
synced 2024-11-05 04:51:30 +01:00
9 lines
161 B
YAML
9 lines
161 B
YAML
services:
|
|
workspace:
|
|
build:
|
|
context: './'
|
|
dockerfile: './Dockerfile'
|
|
volumes:
|
|
- '..:/workspace:cached'
|
|
command: 'sleep infinity'
|