Dimas Yudha Pratama
Dimas Yudha Pratama
You already did npm install?
How about this https://www.npmjs.com/package/pm2?
Thank you for the respond @dotamir. I'll try your suggestion and report to you the result.
> Try something like this instead, distroless does not have a shell so you can't run `RUN` commands. > > ```dockerfile > FROM oven/bun:1.0.3-slim AS builder > WORKDIR /app >...