syntaxai/tdd.md · commit b2cf46f

Containerfile: point CMD at d11_server.ts after v2-Sorted rename

The Layer 3 server bootstrap moved from c11_server.ts → d11_server.ts
in the previous commit. The Containerfile CMD still pointed at the
old path, so the container failed to start with 'Module not found'.

Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
author
syntaxai <[email protected]>
date
2026-05-23 09:33:05 +01:00
parent
b3ad8eb
commit
b2cf46f8b27b531b90bfb6af92b5f15c5433b9b5

1 file changed · +1 −1

modified Containerfile +1 −1
@@ -25,4 +25,4 @@ EXPOSE 3000
2525 # external probes (cloudflared upstream + the deploy script's /healthz
2626 # poll) already cover liveness.
2727
28-CMD ["bun", "src/c11_server.ts"]
28+CMD ["bun", "src/d11_server.ts"]