fix : frozen file issue #6

Merged
mihir merged 1 commits from feature/new_segment into main 2025-07-23 22:50:18 +05:30
4 changed files with 9 additions and 19325 deletions

Binary file not shown.

View File

@ -1,4 +1,4 @@
FROM node:21-alpine as builder
FROM node:24-alpine AS builder
ARG API_BASE_URL="https://mfs-api.midastix.com"
@ -9,9 +9,14 @@ WORKDIR /app
COPY package.json package.json
COPY yarn.lock yarn.lock
RUN yarn install --frozen-lockfile
# RUN yarn install --frozen-lockfile
RUN yarn install
COPY . .
# COPY . .
COPY public public
COPY src src
COPY tsconfig.json tsconfig.json
# COPY .yarnrc.yml .yarnrc.yml
RUN yarn build

19320
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -58,6 +58,5 @@
"devDependencies": {
"@types/react-icons": "^2.2.7",
"@types/react-slick": "^0.23.13"
},
"packageManager": "yarn@4.9.1+sha512.f95ce356460e05be48d66401c1ae64ef84d163dd689964962c6888a9810865e39097a5e9de748876c2e0bf89b232d583c33982773e9903ae7a76257270986538"
}
}