Lorenzo Regaladoblog.lorenzoregalado.comยทApr 13, 20235 Steps to Ship your NestJs + Prisma in DockerThis article shows how to dockerize our NestJS + Prisma application. We go beyond the basics, following the best practices from Dockerfiles and Snyk. Our final Dockerfile looks like this: FROM node:18 as build WORKDIR /usr/src/app COPY package.json ....40 readsDevopsAdd a thoughtful commentNo comments yetBe the first to start the conversation.