update Dockerfile

This commit is contained in:
GitLab Deploy Bot
2025-11-09 16:08:22 +07:00
parent 73d2de6dfb
commit b62427c5f4
+1 -1
View File
@@ -15,7 +15,7 @@ RUN echo "const config = { output: 'export', images: { unoptimized: true } }; ex
# Build project (Next.js 15 otomatis static export)
RUN NEXT_DISABLE_TURBOPACK=1 npx next build
# Pastikan folder static tersedia untuk URL _next/static
# Copy static assets dan hasil build agar bisa diakses
RUN mkdir -p .next/server/app/_next && \
cp -r .next/static .next/server/app/_next/static && \
cp -r public/* .next/server/app/