diff --git a/Dockerfile b/Dockerfile index d843398..5d2335f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ RUN pnpm install --prod COPY . . # Build the NestJS application -RUN pnpm run build +RUN npx nest build # Expose port 3000 EXPOSE 3000