Skip to content

Commit a270f60

Browse files
authored
Merge pull request #3 from pbrucla/patch-prebuild
Prebuild docker container
2 parents 686e887 + 7c60465 commit a270f60

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
{
2-
// "image": "ghcr.io/pbrucla/ctf-dev-container:latest",
3-
"build":{
4-
"dockerfile": "../Dockerfile"
5-
},
2+
"image": "ghcr.io/pbrucla/ctf-dev-container:latest",
63
"customizations": {
74
"vscode": {
85
"extensions": [
@@ -15,4 +12,4 @@
1512
"workbench.colorTheme": "Dark (Visual Studio)"
1613
}
1714
}
18-
}
15+
}

0 commit comments

Comments
 (0)