1
0
Fork 0
mirror of https://github.com/JasonN3/build-container-installer.git synced 2025-12-25 10:57:55 +01:00

remove tabs

This commit is contained in:
Jason N. 2024-05-09 15:28:47 -04:00
parent ed423f1f76
commit de13930d7f

View file

@ -122,13 +122,13 @@ Use existing container image:
``` ```
{ {
"name": "Existing Dockerfile", "name": "Existing Dockerfile",
// "build": { // "build": {
// "context": "..", // "context": "..",
// "dockerfile": "../Containerfile", // "dockerfile": "../Containerfile",
// "args": { // "args": {
// "version": "39" // "version": "39"
// } // }
// }, // },
"image": "ghcr.io/jasonn3/build-container-installer:latest", "image": "ghcr.io/jasonn3/build-container-installer:latest",
"overrideCommand": true, "overrideCommand": true,
"shutdownAction": "stopContainer", "shutdownAction": "stopContainer",