Compare commits

..

No commits in common. "d0dc2e8ff21ea1036f199021e4c5263e04f23280" and "9508694bf57aba616bc2b621b13454450f862a55" have entirely different histories.

4 changed files with 19325 additions and 9 deletions

Binary file not shown.

View File

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

19320
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

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