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:
parent
ed423f1f76
commit
de13930d7f
1 changed files with 7 additions and 7 deletions
14
README.md
14
README.md
|
|
@ -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",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue