1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-19 14:05:53 +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'
volumes:
- '..:/workspace:cached'
command: 'sleep infinity'
2023-07-22 19:39:57 +02:00
network_mode: 'host'