Increase memory for vite build
This commit is contained in:
@@ -39,7 +39,7 @@ RUN ls -alh
|
|||||||
RUN ls -alh src/
|
RUN ls -alh src/
|
||||||
# Build the Vite application
|
# Build the Vite application
|
||||||
#RUN npm run build
|
#RUN npm run build
|
||||||
RUN node --max-old-space-size=4096 ./node_modules/.bin/vite build
|
RUN node --max-old-space-size=8192 ./node_modules/.bin/vite build
|
||||||
|
|
||||||
|
|
||||||
# Stage 2: Create the runtime image
|
# Stage 2: Create the runtime image
|
||||||
|
|||||||
Reference in New Issue
Block a user