5 Steps to Ship your NestJs + Prisma in Docker
Apr 13, 2023 · 6 min read · This 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 ....
Join discussion
