fix: modernize docker publishing
This commit is contained in:
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"@git.zone/tsdocker": {
|
||||
"registries": ["code.foss.global"],
|
||||
"registryRepoMap": {
|
||||
"code.foss.global": "serve.zone/corerender"
|
||||
},
|
||||
"platforms": ["linux/amd64", "linux/arm64"]
|
||||
},
|
||||
"@git.zone/cli": {
|
||||
"projectType": "service",
|
||||
"module": {
|
||||
"githost": "code.foss.global",
|
||||
"gitscope": "serve.zone",
|
||||
"gitrepo": "corerender",
|
||||
"description": "A rendering service designed for serve.zone that efficiently preserves styles while rendering web components.",
|
||||
"npmPackagename": "corerender",
|
||||
"license": "UNLICENSED",
|
||||
"keywords": [
|
||||
"rendering",
|
||||
"web components",
|
||||
"style preservation",
|
||||
"TypeScript",
|
||||
"SSR",
|
||||
"prerendering",
|
||||
"task scheduling",
|
||||
"web application",
|
||||
"service integration",
|
||||
"database management",
|
||||
"sitemap parsing",
|
||||
"robots.txt",
|
||||
"node.js"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user