We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd84a87 commit 6db3942Copy full SHA for 6db3942
1 file changed
Dockerfile
@@ -41,8 +41,6 @@ COPY next.config.mjs postcss.config.js tailwind.config.js tsconfig.json ./
41
COPY prisma ./prisma
42
RUN pnpm prisma generate
43
44
-COPY .env ./
45
-
46
RUN pnpm build
47
48
# ? -------------------------
0 commit comments