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