nouvel algo

This commit is contained in:
Amaury JOLY
2025-09-29 16:06:43 +02:00
parent 35a9d91779
commit 3ea8de6388
4 changed files with 300 additions and 44 deletions

View File

@@ -6,7 +6,7 @@
"containerEnv": { //Add your build arguments here
"DEBIAN_FRONTEND": "noninteractive"
},
"runArgs": [], //Add you docker run arguments here
"runArgs": ["--net=host"], //Add you docker run arguments here
"updateContentCommand": ".devcontainer/install-tools.sh", //Path to the installation script run inside the DevContainer
// "customizations": {
// //Add your customizations here