From f4917da0548f3ecfb7f78808c80fcfb57b3a7037 Mon Sep 17 00:00:00 2001 From: Shish Date: Sat, 6 Jan 2024 14:03:35 +0000 Subject: [PATCH] [docker] shorter name --- .devcontainer/devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1594d85b1..af0f8a429 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,7 @@ // For format details, see https://aka.ms/devcontainer.json. For config options, see the // README at: https://github.com/devcontainers/templates/tree/main/src/docker-existing-dockerfile { - "name": "Shimmie Dockerfile", + "name": "Shimmie", "build": { "context": "..", "dockerfile": "../Dockerfile",