1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-01-23 13:19:36 +01:00
.profile/.devcontainer/docker-compose.yml

11 lines
177 B
YAML
Raw Normal View History

2021-06-12 22:30:02 +00:00
version: '3.0'
services:
workspace:
build:
context: './'
dockerfile: './Dockerfile'
volumes:
- '..:/workspace:cached'
command: 'sleep infinity'