feat(docker): add a reusable Alpine base image and refactor Alpine variants to extend it
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"test": "echo \"no npm test specified\"",
|
||||
"build": "tsdocker build",
|
||||
"release": "tsdocker push"
|
||||
"release": "tsdocker push --verbose"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -35,6 +35,6 @@
|
||||
"typescript"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@git.zone/tsdocker": "^1.17.4"
|
||||
"@git.zone/tsdocker": "^2.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user