Skip to content

Commit

Permalink
chore: update devcontainer spec
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie authored Dec 4, 2024
1 parent ad89a22 commit 6fc483e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -26,8 +25,8 @@
},
"portsAttributes": {
"3000": {
"label": "Application",
"onAutoForward": "openPreview"
"label": "Application",
"onAutoForward": "openPreview"
}
}
}

0 comments on commit 6fc483e

Please sign in to comment.