mirror of
https://github.com/30hours/blah2.git
synced 2024-11-08 12:25:42 +00:00
15 lines
No EOL
262 B
YAML
15 lines
No EOL
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 |