mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Try more config
This commit is contained in:
parent
7ae4d3bc8d
commit
93223fe640
1 changed files with 4 additions and 1 deletions
|
|
@ -106,7 +106,10 @@ log: { type: file, path: ./verdaccio.log, level: trace, colors: false }
|
||||||
);
|
);
|
||||||
|
|
||||||
// Start a local npm registry (verdaccio) inside the container
|
// Start a local npm registry (verdaccio) inside the container
|
||||||
container.dockerExec("npx -y verdaccio -c ~/verdaccio-config.yaml", true);
|
container.dockerExec(
|
||||||
|
"npx -y verdaccio --listen 4873 -c ~/verdaccio-config.yaml",
|
||||||
|
true
|
||||||
|
);
|
||||||
|
|
||||||
// Polling until verdaccio is ready (max 60 seconds)
|
// Polling until verdaccio is ready (max 60 seconds)
|
||||||
let verdaccioStarted = false;
|
let verdaccioStarted = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue