MCPcopy
hub / github.com/browserless/browserless / buildDockerImage

Function buildDockerImage

src/sdk-utils.ts:132–135  ·  view source on GitHub ↗
(
  cmd: string,
  projectDir: string,
)

Source from the content-addressed store, hash-verified

130};
131
132export const buildDockerImage = async (
133 cmd: string,
134 projectDir: string,
135): Promise<void> => waitForCommand(cmd, projectDir);
136
137export const buildTypeScript = async (
138 buildDir: string,

Callers 1

buildDockerFunction · 0.85

Calls 1

waitForCommandFunction · 0.85

Tested by

no test coverage detected