diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 96011a8..e838d47 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -4,19 +4,14 @@ "name": "Ubuntu-Hugo", // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile "image": "mcr.microsoft.com/devcontainers/base:jammy", + "forwardPorts": [1313], "features": { "ghcr.io/devcontainers/features/hugo:1": { "extended": true, - "version": "latest" + "version": "0.119.0" } } - // Features to add to the dev container. More info: https://containers.dev/features. - // "features": {}, - - // Use 'forwardPorts' to make a list of ports inside the container available locally. - // "forwardPorts": [], - // Use 'postCreateCommand' to run commands after the container is created. // "postCreateCommand": "uname -a",