aqua-test/.devcontainer/devcontainer.json

8 lines
114 B
JSON
Raw Permalink Normal View History

2024-08-06 15:57:30 +00:00
{
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"remoteUser": "nonroot"
}