fix: the lock file
This commit is contained in:
+2
-3
@@ -5,19 +5,18 @@ RUN apk add --no-cache tzdata && \
|
|||||||
echo "Asia/Tehran" > /etc/timezone
|
echo "Asia/Tehran" > /etc/timezone
|
||||||
|
|
||||||
|
|
||||||
# RUN corepack enable && corepack prepare pnpm@latest --activate
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
FROM base AS deps
|
FROM base AS deps
|
||||||
RUN apk add --no-cache libc6-compat git
|
RUN apk add --no-cache libc6-compat git
|
||||||
COPY package*.json ./
|
COPY package*.json ./
|
||||||
RUN npm ci --ignore-scripts --loglevel info
|
RUN npm ci --legacy-peer-deps --ignore-scripts --loglevel info
|
||||||
|
|
||||||
FROM base AS builder
|
FROM base AS builder
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
COPY --from=deps /app/node_modules ./node_modules
|
COPY --from=deps /app/node_modules ./node_modules
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm run build && npm ci --omit=dev --ignore-scripts --loglevel info
|
RUN npm run build && npm ci --omit=dev --legacy-peer-deps --ignore-scripts --loglevel info
|
||||||
|
|
||||||
FROM base AS runner
|
FROM base AS runner
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Generated
+803
-1657
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,6 @@
|
|||||||
"class-variance-authority": "^0.7.1",
|
"class-variance-authority": "^0.7.1",
|
||||||
"clsx": "^2.1.1",
|
"clsx": "^2.1.1",
|
||||||
"cmdk": "^1.1.1",
|
"cmdk": "^1.1.1",
|
||||||
"dmenu-plus-frontned": "file:",
|
|
||||||
"framer-motion": "^12.23.3",
|
"framer-motion": "^12.23.3",
|
||||||
"i18next": "^25.3.2",
|
"i18next": "^25.3.2",
|
||||||
"i18next-resources-to-backend": "^1.2.1",
|
"i18next-resources-to-backend": "^1.2.1",
|
||||||
|
|||||||
Reference in New Issue
Block a user