Update Dockerfile-web-ui-dev
This commit is contained in:
@@ -35,7 +35,7 @@ RUN yarn install --verbose
|
|||||||
|
|
||||||
# Copy the application code
|
# Copy the application code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
RUN ls -alh
|
||||||
# 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=4096 ./node_modules/.bin/vite build
|
||||||
|
|||||||
Reference in New Issue
Block a user