Files
dokku-mongo/.devcontainer/devcontainer.json
Jose Diaz-Gonzalez b9e339f1d0 feat: add devcontainer support
This should make it possible to run tests locally in a lighter way than pulling up a full VM.
2021-09-11 21:06:06 -04:00

9 lines
183 B
JSON

{
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"runArgs": ["--init"],
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ]
}