Skip to content

Fixed to use appropriate bundling#185

Merged
sfreeman422 merged 1 commit intomasterfrom
fix/dockerfile-build
Mar 22, 2026
Merged

Fixed to use appropriate bundling#185
sfreeman422 merged 1 commit intomasterfrom
fix/dockerfile-build

Conversation

@sfreeman422
Copy link
Collaborator

No description provided.

Copilot AI review requested due to automatic review settings March 22, 2026 13:52
@sfreeman422 sfreeman422 merged commit 377dba9 into master Mar 22, 2026
7 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the backend container build/run strategy to use the TypeScript compiler output directly (instead of a bundled/minified single-file runtime), aligning the Docker image layout with the backend’s normal dist/ runtime structure.

Changes:

  • Removes the minify (esbuild bundling/minification) step from the Docker build stage.
  • Copies the entire backend dist/ directory into the release image instead of only dist/index.js renamed to runtime.cjs.
  • Updates the container CMD to execute /usr/src/app/dist/index.js.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

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