From 6fdf30e2e1e693511d087ce336cce6a4baf3aca3 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 4 Nov 2023 13:32:02 -0700 Subject: [PATCH] Update devcontainer.json --- .devcontainer/devcontainer.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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",