fix: update dockerfile
This commit is contained in:
parent
d5402be981
commit
500d917a7b
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue