Some modules are not properly imported when dockerized #2538
Labels
bug
Something isn't working
bun install
Something that relates to the npm-compatible client
docker
An issue that occurs when running in Docker
What version of Bun is running?
v0.5.8
What platform is your computer?
Darwin 21.6.0 arm64 arm
What steps can reproduce the bug?
npm create svelte@latest test
svelte-adapter-bun
bun build && bun ./build/index.js
works just finenode_modules
:Execute
docker build .
What is the expected behavior?
Build executes normally, as if it's no docker.
What do you see instead?
Build fails with the following:
Additional information
No response
The text was updated successfully, but these errors were encountered: