Skip to content

Commit

Permalink
Update devcontainer.json (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcwarren authored Jul 11, 2024
1 parent bf5b0c8 commit 3ee5c1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"installMaven": "true",
"mavenVersion": "3.8.6",
"installGradle": "false"
}
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
Expand All @@ -20,4 +21,4 @@

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
}

0 comments on commit 3ee5c1a

Please sign in to comment.