Skip to content

fix: stop .dockerignore excluding nest-cli.json/tsconfig files needed by builder stage - #238

Merged
chonilius merged 1 commit into
MergeFi:mainfrom
christianahtemitope2005:fix/issues-175-176-177-8
Aug 27, 2026
Merged

fix: stop .dockerignore excluding nest-cli.json/tsconfig files needed by builder stage#238
chonilius merged 1 commit into
MergeFi:mainfrom
christianahtemitope2005:fix/issues-175-176-177-8

Conversation

@christianahtemitope2005

Copy link
Copy Markdown

.dockerignore excluded nest-cli.json, tsconfig.json, and tsconfig.build.json under the assumption they're only needed at dev time. But the Dockerfile's builder stage does COPY . . then npm run build (nest build), which requires all three files to be present in the build context — excluding them broke the production image build. Removed them from .dockerignore; they're still absent from the final runner stage since only dist/ is copied out of builder.

Closes #176
Closes #175
Closes #177
Closes #8

@vercel

vercel Bot commented Aug 27, 2026

Copy link
Copy Markdown

@christianahtemitope2005 is attempting to deploy a commit to the chonilius' projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Aug 27, 2026

Copy link
Copy Markdown

@christianahtemitope2005 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@chonilius
chonilius merged commit 08f9571 into MergeFi:main Aug 27, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment