aqua-demo/.devcontainer/devcontainer.json

8 lines
114 B
JSON
Raw Permalink Normal View History

2024-06-21 15:00:04 +00:00
{
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
"remoteUser": "nonroot"
}