Skip to content

Commit 5996fcf

Browse files
committed
Simplify and use codespaces built-in prebuild feature
1 parent 2b71002 commit 5996fcf

File tree

2 files changed

+4
-56
lines changed

2 files changed

+4
-56
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"name": "Application Insights Java Development Environment",
3-
"image": "ghcr.io/microsoft/applicationinsights-java/devcontainer:latest",
3+
"build": {
4+
"dockerfile": "Dockerfile",
5+
"context": ".."
6+
},
47
"customizations": {
58
"vscode": {
69
"extensions": [

.github/workflows/build-devcontainer.yml

Lines changed: 0 additions & 55 deletions
This file was deleted.

0 commit comments

Comments
 (0)