Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphile/starter
/ run-docker-with-env.js
File
run-docker-with-env.js
scripts/run-docker-with-env.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#!/usr/bin/env node
2
require(
"dotenv"
).config();
3
const
{ runSync } = require(
"./lib/run"
);
4
Callers
nothing calls this directly
Calls
1
runSync
Function · 0.85
Tested by
no test coverage detected