feat: update dockerfile

This commit is contained in:
hanif salafi 2025-02-17 09:43:10 +07:00
parent ca779d9272
commit d53e864e62
1 changed files with 1 additions and 1 deletions

View File

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