Skip to content

Fix Dockerfile CMD to match updated build output path#24

Draft
Copilot wants to merge 2 commits into
fix/runtime-ci-gateway-hardeningfrom
copilot/fix-code-for-review-comment
Draft

Fix Dockerfile CMD to match updated build output path#24
Copilot wants to merge 2 commits into
fix/runtime-ci-gateway-hardeningfrom
copilot/fix-code-for-review-comment

Conversation

Copilot AI commented Jun 26, 2026

Copy link
Copy Markdown

The package.json start script and main field reference dist/src/server.js (reflecting TypeScript's output structure when compiling from src/), but the Dockerfile still ran node dist/server.js, causing containers to fail at startup.

Changes

  • Dockerfile: Update CMD to use the correct build artifact path
- CMD ["node", "dist/server.js"]
+ CMD ["node", "dist/src/server.js"]

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Copilot AI changed the title [WIP] Fix code based on review comment Fix Dockerfile CMD to match updated build output path Jun 26, 2026
Copilot AI requested a review from donny-devops June 26, 2026 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants