blah2/.devcontainer/docker-compose.yml
2024-02-15 11:01:11 +00:00

15 lines
262 B
YAML

version: "3.2"
services:
blah2-dev:
user: vscode
build:
context: ..
dockerfile: .devcontainer/Dockerfile
volumes:
- type: bind
source: ..
target: /workspace
working_dir: /workspace
command: sleep infinity