oven-sh / bun

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

update docker support ps commad #10906

Closed albasyir closed 6 days ago

albasyir commented 1 week ago

What does this PR do?

Some framework (like nestjs) need PS command to watch changes, so needed to add this to make sure watch still available when user wanna develop it with this docker image

How did you verify your code works?

i have test using nestjs start:dev was not working, after I add that, nestjs can watch normally

Electroid commented 6 days ago

This guide is intended to be generic for any Bun application. This sounds like a specific dependency needed for a particular one. Because of that, I don't think we'll add this, but appreciate your PR!