We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc247c commit 93dbd20Copy full SHA for 93dbd20
1 file changed
Dockerfile
@@ -20,6 +20,7 @@ COPY . .
20
RUN pnpm build
21
22
# Next.js standalone output doesn't include static assets — copy them in
23
+RUN cp -r public .next/standalone/public
24
RUN cp -r .next/static .next/standalone/.next/static
25
26
ENV NODE_ENV=production
0 commit comments