MCPcopy Index your code
hub / github.com/Unitech/pm2 / buildContainer

Function buildContainer

test/parallel.js:29–31  ·  view source on GitHub ↗
(cb)

Source from the content-addressed store, hash-verified

27}
28
29function buildContainer(cb) {
30 exec(`docker build -t ${DOCKER_IMAGE_NAME} -f test/Dockerfile .`, cb)
31}
32
33function listAllTest(cb) {
34 var test_suite = []

Callers 1

parallel.jsFile · 0.85

Calls 1

execFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…