use https version of repo
This commit is contained in:
@@ -19,7 +19,6 @@ services:
|
||||
volumes:
|
||||
- ./satis.json:/build/satis.json:ro
|
||||
- ./web:/build/web
|
||||
- ~/.ssh:/root/.ssh:ro
|
||||
working_dir: /build
|
||||
command: ["build", "satis.json", "web"]
|
||||
networks:
|
||||
|
||||
@@ -1,7 +1,12 @@
|
||||
{
|
||||
"name": "tothbt/satis",
|
||||
"homepage": "https://satis.trweb.hu",
|
||||
"repositories": [],
|
||||
"repositories": [
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://git.tothbt.com/tothbt/keycloak-bundle.git"
|
||||
}
|
||||
],
|
||||
"require-all": true,
|
||||
"output-dir": "web"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user