File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG APP_DIR=/opt/app-root/src
22
3- FROM registry.access.redhat.com/ubi9/nodejs-22:9.7-1774326843 AS frontend_build
3+ FROM registry.access.redhat.com/ubi9/nodejs-22:9.7-1774457043 AS frontend_build
44USER root
55WORKDIR /usr/src/app
66ADD console-extensions.json eslint.config.js i18next-parser.config.js package.json yarn.lock .prettierrc.yml tsconfig.json webpack.config.ts /usr/src/app/
@@ -13,7 +13,7 @@ RUN (command -v corepack || npm install --global corepack) && \
1313RUN echo "nodeLinker: node-modules" > .yarnrc.yml
1414RUN yarn install && yarn build
1515
16- FROM registry.access.redhat.com/ubi9/nodejs-22:9.7-1774326843 AS backend_build
16+ FROM registry.access.redhat.com/ubi9/nodejs-22:9.7-1774457043 AS backend_build
1717USER root
1818WORKDIR /usr/src/app
1919ADD backend /usr/src/app
You can’t perform that action at this time.
0 commit comments