Compare commits

...

2 Commits

Author SHA1 Message Date
Mihir Motiyani d0dc2e8ff2 Merge pull request 'fix : frozen file issue' (#6) from feature/new_segment into main
continuous-integration/drone/push Build is passing Details
Reviewed-on: #6
2025-07-23 22:50:17 +05:30
hardik 9cd94887f7 fix : frozen file issue
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
2025-07-23 18:36:42 +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"
}
}