Merge branch 'chore/build-cicd' into 'development'

update Dockerfile

See merge request mbugroup/lti-web-client!47
This commit is contained in:
kris
2025-11-09 09:09:14 +00:00
+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/