mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-17 20:49:24 +00:00
11 lines
202 B
YAML
11 lines
202 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
app:
|
|
image: xxx/dev-toys-web-dev:1.0.0
|
|
build:
|
|
context: .devcontainer
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
command: sleep infinity
|