From 6fc483e477ad232f458137c98cf4fbd36ae0a989 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20D=C3=B6ll?= Date: Wed, 4 Dec 2024 09:59:12 +0000 Subject: [PATCH] chore: update devcontainer spec --- .devcontainer/devcontainer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index b8ab504..a962eb8 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,4 @@ { - "name": "zeiss/docs-template", "build": { "dockerfile": "Dockerfile", // Update 'VARIANT' to pick an Ubuntu version: jammy / ubuntu-22.04, focal / ubuntu-20.04, bionic /ubuntu-18.04 @@ -26,8 +25,8 @@ }, "portsAttributes": { "3000": { - "label": "Application", - "onAutoForward": "openPreview" + "label": "Application", + "onAutoForward": "openPreview" } } }