OPS - CODEX AGENTS: product-like Gateway Docker runtime
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
if [ "${NODEDC_AGENT_GATEWAY_SKIP_MIGRATIONS:-0}" != "1" ]; then
|
||||
npm run migrate:dist
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user