Or maybe add the registry to the package.json...
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-04 21:17:59 -04:00
parent d1b42fe79f
commit ac5c09b7da
2 changed files with 7 additions and 2 deletions

View File

@@ -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

View File

@@ -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"
} }