Or maybe add the registry to the package.json...
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@@ -201,7 +201,7 @@ workspace:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Deploy Container
|
- name: Deploy Container
|
||||||
image: docker:dind
|
image: docker
|
||||||
commands:
|
commands:
|
||||||
- docker compose build
|
- docker compose build
|
||||||
- docker compose up --wait
|
- docker compose up --wait
|
||||||
|
|||||||
@@ -76,5 +76,10 @@
|
|||||||
"passport-jwt": "^4.0.1",
|
"passport-jwt": "^4.0.1",
|
||||||
"passport-local": "^1.0.0"
|
"passport-local": "^1.0.0"
|
||||||
},
|
},
|
||||||
"description": ""
|
"description": "",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://git.mifi.dev/mifi/auth.git"
|
||||||
|
},
|
||||||
|
"registry": "https://git.mifi.dev"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user