chore: cleanup orphaned docker imgs

This commit is contained in:
Ricardo Arturo Cabral Mejia 2022-11-08 20:51:47 -05:00
parent 939d86477f
commit 716d05cfcd
No known key found for this signature in database
GPG Key ID: 5931EBF43A650245

View File

@ -44,7 +44,7 @@
"tor:docker:compose:start": "docker compose -f docker-compose.yml -f docker-compose.tor.yml up --build --remove-orphans",
"tor:hostname": "cat $HOME/.nostr/tor/data/nostr-ts-relay/hostname",
"tor:docker:compose:stop": "docker compose -f docker-compose.yml -f docker-compose.tor.yml down",
"predocker:integration:run": "docker compose -f ./test/integration/docker-compose.yml up -d --quiet-pull --build",
"predocker:integration:run": "docker compose -f ./test/integration/docker-compose.yml up -d --quiet-pull --build --remove-orphans",
"docker:integration:run": "docker compose -f ./test/integration/docker-compose.yml run tests",
"postdocker:integration:run": "docker compose -f ./test/integration/docker-compose.yml down",
"docker:test:integration": "npm run docker:integration:run -- npm run test:integration",