diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e69079b..7c8dc87 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,7 +4,6 @@ "name": "Java", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/java:3-25-trixie", - "features": { "ghcr.io/devcontainers/features/java:1": { "version": "none", @@ -21,17 +20,16 @@ "tekumara.typos-vscode" ] } - } - + }, // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - + "forwardPorts": [ + 5173, + 8080 + ] // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "java -version", - // Configure tool-specific properties. // "customizations": {}, - // Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root. // "remoteUser": "root" -} +} \ No newline at end of file