fix: modernize docker publishing

This commit is contained in:
2026-04-29 09:14:10 +00:00
parent 578e804306
commit 8a26f1cbba
7 changed files with 301 additions and 157 deletions
+3
View File
@@ -11,6 +11,8 @@
"startTs": "(node cli.ts.js)",
"watch": "(tswatch service)",
"build": "(tsbuild --web --allowimplicitany)",
"build:docker": "tsdocker build --verbose",
"release:docker": "tsdocker push --verbose",
"buildDocs": "tsdoc"
},
"bin": {
@@ -54,6 +56,7 @@
"homepage": "https://gitlab.com/losslessone/services/servezone/coreflow#readme",
"devDependencies": {
"@git.zone/tsbuild": "^4.4.0",
"@git.zone/tsdocker": "^2.2.4",
"@git.zone/tsrun": "^2.0.2",
"@git.zone/tstest": "^3.6.3",
"@git.zone/tswatch": "^3.3.2"