We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d1a870 commit 0a675c2Copy full SHA for 0a675c2
Dockerfile
@@ -19,6 +19,8 @@ COPY --from=base /app/prisma ./prisma
19
COPY --from=base /app/node_modules ./node_modules
20
COPY --from=base /app/next.config.js ./next.config.js
21
22
+RUN npm i -g pnpm
23
+
24
EXPOSE 3000
25
26
ENV NODE_ENV=production \
@@ -31,4 +33,4 @@ ENV NODE_ENV=production \
31
33
EMAIL_PASSWORD="" \
32
34
EMAIL_FROM=""
35
-CMD ["pnpm", "start"]
36
+CMD ["pnpm", "start"]
0 commit comments