1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2024-09-19 22:15:53 +02:00
.profile/.devcontainer/docker-compose.yml

11 lines
177 B
YAML
Raw Normal View History

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