From de13930d7f5a897292547f6fa21709e2dee4beb1 Mon Sep 17 00:00:00 2001 From: "Jason N." <33561705+JasonN3@users.noreply.github.com> Date: Thu, 9 May 2024 15:28:47 -0400 Subject: [PATCH] remove tabs --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6683019..974e8c8 100644 --- a/README.md +++ b/README.md @@ -122,13 +122,13 @@ Use existing container image: ``` { "name": "Existing Dockerfile", - // "build": { - // "context": "..", - // "dockerfile": "../Containerfile", - // "args": { - // "version": "39" - // } - // }, +// "build": { +// "context": "..", +// "dockerfile": "../Containerfile", +// "args": { +// "version": "39" +// } +// }, "image": "ghcr.io/jasonn3/build-container-installer:latest", "overrideCommand": true, "shutdownAction": "stopContainer",