DEV Community

Discussion on: How to Dockerize your NestJS App for production

Collapse
 
abbasogaji profile image
Abbas Ogaji • Edited

Very true, although they might be scenarios where your dependencies rely on native builds, and that might require you to install build tools like node-gpy (which is written in python [meaning also need to install python] ), make, gcc, g++ which might not exists on alpine version,

Although you can still get away with it by installing build tools via apk in Dockerfile