Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit 28c98d2

Browse files
authored
Update devcontainer.json
1 parent 01a9578 commit 28c98d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"image": "maven:3-eclipse-temurin-17",
3-
"onCreateCommand": "mvn compile",
3+
"postAttachCommand": "mvn compile",
44
"shutdownAction": "stopContainer",
55
"forwardPorts": [
66
8080
@@ -15,4 +15,4 @@
1515
]
1616
}
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)