We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6b8af commit 5987743Copy full SHA for 5987743
.devcontainer/devcontainer.json
@@ -2,7 +2,10 @@
2
// README at: https://github.com/devcontainers/templates/tree/main/src/ubuntu
3
{
4
"name": "robotcode devcontainer",
5
- "image": "ghcr.io/d-biehl/robocode-dev:latest",
+ "build" : {
6
+ "dockerfile": "Dockerfile"
7
+ },
8
+
9
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
10
//"build": {
11
// "dockerfile": "Dockerfile"
0 commit comments