oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.36k stars 2.78k forks source link

Building angular app inside bun image hangs #15226

Open lzafreitas opened 3 days ago

lzafreitas commented 3 days ago

What version of Bun is running?

1.1.34+5e5e7c60f

What platform is your computer?

Darwin 23.6.0 arm64 arm

What steps can reproduce the bug?

Whenever trying to build an angular app inside the bun docker image the build process hangs and never finishes.

Instructions to reproduce:

What is the expected behavior?

The build should finish and the process should exit successfully.

What do you see instead?

The process never finishes and the log stops at "Building..."

Additional information

More information can be found in the Read Me file from the repo