fix: update dockerfile

This commit is contained in:
hanif salafi 2025-12-01 12:34:00 +07:00
parent d5402be981
commit 500d917a7b
1 changed files with 2 additions and 1 deletions

View File

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