This commit is contained in:
hanif salafi 2025-07-24 12:52:12 +07:00
commit 3445a932eb
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ RUN pnpm install
COPY . .
# Build aplikasi
RUN NODE_OPTIONS="--max-old-space-size=4096" pnpm next build
RUN NODE_OPTIONS="--max-old-space-size=4096" pnpm run build
# Expose port untuk server
EXPOSE 3000

View File

@ -4,7 +4,7 @@
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build": "next build --no-lint",
"start": "next start",
"lint": "next lint",
"test": "jest",