mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 12:32:48 +00:00
11 lines
206 B
YAML
11 lines
206 B
YAML
version: "3.9"
|
|
|
|
services:
|
|
app:
|
|
image: rusconn/dev-toys-web-dev:1.0.0
|
|
build:
|
|
context: .devcontainer
|
|
volumes:
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
command: sleep infinity
|