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

feat: Sync from downstream (#21)

This commit is contained in:
Jason N 2024-02-28 12:33:02 -05:00 committed by GitHub
parent 76fa2f0c9e
commit f1756f7da5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 24 additions and 15 deletions

View file

@ -4,7 +4,7 @@
"name": "Existing Dockerfile",
// "build": {
// "context": "..",
// "dockerfile": "../Dockerfile",
// "dockerfile": "../Containerfile",
// "args": {
// "version": "39"
// }
@ -13,4 +13,5 @@
"overrideCommand": true,
"shutdownAction": "stopContainer",
"privileged": true
}
}