devcontainer server from scratch

This commit is contained in:
2025-06-07 10:20:28 +02:00
parent 613b8c6e34
commit e7ddfe9fcb
2 changed files with 24 additions and 16 deletions

View File

@@ -3,12 +3,6 @@
"build": {
"dockerfile": "Dockerfile",
},
"features": {
"ghcr.io/devcontainers/features/java:1": {
"installMaven": "true"
},
"ghcr.io/devcontainers/features/git:1": {}
},
"containerEnv": {
"GIT_REPO_URL": "https://scm.vilanet.fr/kriss/slot"
},