MCPcopy Create free account
hub / github.com/TanStack/db / buildDockerImage

Function buildDockerImage

packages/trailbase-db-collection/e2e/global-setup.ts:37–45  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35}
36
37function buildDockerImage(): void {
38 const DOCKER_DIR = dirname(fileURLToPath(import.meta.url))
39
40 console.log('🔨 Building TrailBase Docker image...')
41 execSync(`docker build -t trailbase-e2e ${DOCKER_DIR}`, {
42 stdio: 'inherit',
43 })
44 console.log('✓ Docker image built')
45}
46
47function cleanupExistingContainer(): void {
48 try {

Callers 1

global-setup.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected