attempt 2 building with docker
Some checks failed
Build and Push Docker Images / Build and Push Docker Images (push) Has been cancelled

This commit is contained in:
i701 2025-01-11 01:45:19 +05:00
parent bfba3cf88b
commit a5b18e89d3
Signed by: i701
GPG Key ID: 54A0DA1E26D8E587
3 changed files with 8152 additions and 1 deletions

View File

@ -12,7 +12,7 @@ WORKDIR /app
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* .npmrc* ./
RUN \
if [ -f yarn.lock ]; then yarn --frozen-lockfile; \
elif [ -f package-lock.json ]; then npm ci; \
elif [ -f package-lock.json ]; then npm ci --legacy-peer-deps; \
elif [ -f pnpm-lock.yaml ]; then corepack enable pnpm && pnpm i --frozen-lockfile; \
else echo "Lockfile not found." && exit 1; \
fi

BIN
bun.lockb

Binary file not shown.

8151
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff