chore(dev): remove unnecessary bind mount of docker.sock

This commit is contained in:
rusconn
2023-05-28 23:14:58 +00:00
parent ba37a5bbbd
commit 2ec6db3973

View File

@@ -5,6 +5,4 @@ services:
image: xxx/dev-toys-web-dev:1.0.0
build:
context: .devcontainer
volumes:
- /var/run/docker.sock:/var/run/docker.sock
command: sleep infinity