chore(dev): .devcontainer -> .devcontainer.example

This commit is contained in:
rusconn
2023-05-28 23:08:09 +00:00
parent 0cf5774e16
commit b3b45dcdfd
4 changed files with 4 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
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