OPS - CODEX AGENTS: product-like Gateway Docker runtime

This commit is contained in:
DCCONSTRUCTIONS
2026-05-14 21:15:05 +03:00
parent 9cb1cd0a9e
commit 18ffe8ddc6
7 changed files with 60 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
#!/bin/sh
set -e
if [ "${NODEDC_AGENT_GATEWAY_SKIP_MIGRATIONS:-0}" != "1" ]; then
npm run migrate:dist
fi
exec "$@"