2
2
mirror of https://github.com/Thream/website.git synced 2024-07-21 09:28:32 +02:00
website/.devcontainer/docker-compose.yml
2022-05-12 20:35:46 +02:00

9 lines
161 B
YAML

services:
workspace:
build:
context: './'
dockerfile: './Dockerfile'
volumes:
- '..:/workspace:cached'
command: 'sleep infinity'