11 lines
225 B
YAML
11 lines
225 B
YAML
version: '3.8'
|
|
|
|
services:
|
|
one_repo_to_rule_them_all:
|
|
user: "${UID}:${GID}"
|
|
build:
|
|
context: ..
|
|
dockerfile: .devcontainer/Dockerfile
|
|
command: sleep infinity
|
|
volumes:
|
|
- ..:/workspaces/monorepo
|