nvm/compose-dev.yaml
Ricky Bobby 531d7c5262 commit
2024-01-29 16:22:51 +00:00

13 lines
231 B
YAML

services:
app:
entrypoint:
- sleep
- infinity
image: docker/dev-environments-javascript:stable-1
init: true
volumes:
- type: bind
source: /var/run/docker.sock
target: /var/run/docker.sock