mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-20 16:42:56 +00:00
refactor: use the gitlab registry image
This commit is contained in:
@@ -33,8 +33,7 @@
|
||||
"check-configuration": "openstapps-configuration",
|
||||
"compile": "rimraf lib && tsc && prepend lib/cli.js '#!/usr/bin/env node\n'",
|
||||
"documentation": "typedoc --includeDeclarations --mode modules --out docs --readme README.md --listInvalidSymbolLinks src",
|
||||
"plantuml-build": "docker build -t openstapps/plantuml-server .",
|
||||
"plantuml-start": "docker run --name plantuml-server -d -p 8080:8080 openstapps/plantuml-server",
|
||||
"plantuml-start": "docker run --name plantuml-server -d -p 8080:8080 registry.gitlab.com/openstapps/core-tools:latest",
|
||||
"plantuml-restart": "docker restart plantuml-server",
|
||||
"plantuml-stop": "docker stop plantuml-server",
|
||||
"postversion": "npm run changelog",
|
||||
|
||||
Reference in New Issue
Block a user