File tree Expand file tree Collapse file tree 3 files changed +22
-220
lines changed
Expand file tree Collapse file tree 3 files changed +22
-220
lines changed Original file line number Diff line number Diff line change 11# ----------------------------------------------------------------------
22# COMPILE REACT APP
33# ----------------------------------------------------------------------
4- FROM --platform=$BUILDPLATFORM node:18 AS frontend
4+ FROM --platform=$BUILDPLATFORM node:24 AS frontend
55WORKDIR /frontend
66
77COPY scripts scripts/
@@ -13,6 +13,7 @@ RUN yarn && yarn install
1313# COPY jsconfig.json .
1414COPY public/ public/
1515COPY src/ src/
16+ COPY index.html vite.config.js /frontend/
1617
1718RUN yarn build
1819
@@ -25,7 +26,7 @@ ARG BRANCH="unknown"
2526ARG BUILDNUMBER="local"
2627ARG GITSHA1="unknown"
2728
28- COPY --from=frontend /frontend/build /build/
29+ COPY --from=frontend /frontend/dist /build/
2930COPY config.template /config.template
3031COPY nginx.conf /etc/nginx/conf.d/default.conf
3132
Original file line number Diff line number Diff line change 7474 "mk-guide" : " ^1.10.5" ,
7575 "moment" : " ^2.29.4" ,
7676 "papaparse" : " ^5.2.0" ,
77+ "path-to-regexp" : " ^1.8.0" ,
7778 "pico-ui" : " ^0.0.13" ,
7879 "popper.js" : " ^1.16.1" ,
7980 "postcss-flexbugs-fixes" : " 4.2.1" ,
You can’t perform that action at this time.
0 commit comments