File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- FROM node:24@sha256:bb20cf73b3ad7212834ec48e2174cdcb5775f6550510a5336b842ae32741ce6c AS build
1+ FROM node:24@sha256:050bf2bbe33c1d6754e060bec89378a79ed831f04a7bb1a53fe45e997df7b3bb AS build
22WORKDIR /app
33COPY package.json yarn.lock ./
44RUN yarn install --frozen-lockfile
@@ -7,7 +7,7 @@ ARG API_BASE_URL
77ENV VITE_API_BASE_URL=$API_BASE_URL
88RUN yarn build
99
10- FROM nginx:stable-alpine@sha256:a8b39bd9cf0f83869a2162827a0caf6137ddf759d50a171451b335cecc87d236
10+ FROM nginx:stable-alpine@sha256:0272e4604ed93c1792f03695a033a6e8546840f86e0de20a884bb17d2c924883
1111WORKDIR /usr/share/nginx/html
1212COPY default.conf /etc/nginx/conf.d/default.conf
1313RUN rm -rf ./*
Original file line number Diff line number Diff line change 3737 "eslint-plugin-react" : " ^7.37.2" ,
3838 "eslint-plugin-react-hooks" : " ^5.0.0" ,
3939 "eslint-plugin-react-refresh" : " ^0.5.0" ,
40- "prettier" : " 3.8.1 " ,
40+ "prettier" : " 3.8.3 " ,
4141 "tailwindcss" : " ^4.1.7" ,
4242 "typescript" : " ^5.3.3" ,
4343 "typescript-eslint" : " ^8.11.0" ,
You can’t perform that action at this time.
0 commit comments