feat: update docker file & package

This commit is contained in:
hanif salafi 2025-07-24 12:51:01 +07:00
parent 8feeaf7702
commit 450c54db11
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ RUN pnpm install
COPY . . COPY . .
# Build aplikasi # 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 port untuk server
EXPOSE 3000 EXPOSE 3000

View File

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