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

fix conflicts

This commit is contained in:
Jason N. 2024-02-28 10:41:35 -05:00
commit 6ce4a8a199
15 changed files with 400 additions and 686 deletions

View file

@ -58,7 +58,7 @@ Use existing image
"name": "Existing Dockerfile",
// "build": {
// "context": "..",
// "dockerfile": "../Dockerfile",
// "dockerfile": "../Containerfile",
// "args": {
// "version": "39"
// }
@ -76,7 +76,7 @@ Build a new image
"name": "Existing Dockerfile",
"build": {
"context": "..",
"dockerfile": "../Dockerfile",
"dockerfile": "../Containerfile",
"args": {
"version": "39"
}
@ -86,4 +86,5 @@ Build a new image
"shutdownAction": "stopContainer",
"privileged": true
}
```
```