Update devcontainer.json

This commit is contained in:
Cédric Verstraeten
2025-05-14 14:53:41 +02:00
parent 12807e289c
commit 8bf7a0d244

View File

@@ -2,6 +2,10 @@
// README at: https://github.com/devcontainers/templates/tree/main/src/python
{
"name": "go:1.24-bookworm",
"runArgs": [
"--name=agent",
"--network=host"
],
"dockerFile": "Dockerfile",
"customizations": {
"vscode": {