edit Dockerfile

This commit is contained in:
GitLab Deploy Bot
2025-11-09 15:21:15 +07:00
parent d3cc38aed5
commit 73d2de6dfb
+1 -1
View File
@@ -18,7 +18,7 @@ RUN NEXT_DISABLE_TURBOPACK=1 npx next build
# Pastikan folder static tersedia untuk URL _next/static
RUN mkdir -p .next/server/app/_next && \
cp -r .next/static .next/server/app/_next/static && \
RUN cp -r public/* .next/server/app/
cp -r public/* .next/server/app/
EXPOSE 3000