This repo is to demonstrate a bug when trying to dockerize an application written in bun. There are two issues I see and they are below
- Bun install taking quite some time (installs when building docker images taking 5 minutes)
- Docker application isn't able to startup (migrate command fails in image)
docker build . -t bun-bug
docker run bun-bun