Update Dockerfile-web-ui-dev
This commit is contained in:
@@ -34,12 +34,12 @@ RUN yarn add eslint-plugin-jsdoc@37.9.7 --dev --ignore-engines
|
|||||||
RUN yarn install --verbose
|
RUN yarn install --verbose
|
||||||
|
|
||||||
# Copy the application code
|
# Copy the application code
|
||||||
COPY . .
|
COPY ./src/Managing.WebApp/ /app/
|
||||||
RUN ls -alh
|
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 ./src/Managing.WebApp/node_modules/.bin/vite build
|
RUN node --max-old-space-size=4096 ./node_modules/.bin/vite build
|
||||||
|
|
||||||
|
|
||||||
# Stage 2: Create the runtime image
|
# Stage 2: Create the runtime image
|
||||||
|
|||||||
Reference in New Issue
Block a user