1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-18 21:55:52 +02:00
.profile/.devcontainer/compose.yaml

10 lines
186 B
YAML
Raw Normal View History

2021-06-13 00:30:02 +02:00
services:
workspace:
build:
context: "./"
dockerfile: "./Dockerfile"
2021-06-13 00:30:02 +02:00
volumes:
- "..:/workspace:cached"
command: "sleep infinity"
network_mode: "host"