mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
commit
This commit is contained in:
parent
3cfd378ce1
commit
531d7c5262
12
compose-dev.yaml
Normal file
12
compose-dev.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user