CI CD 5
CI/CD / CI · API (dotnet build + test) (push) Successful in 54s
CI/CD / CI · Admin API (dotnet build) (push) Successful in 35s
CI/CD / CI · Dashboard (tsc) (push) Successful in 1m8s
CI/CD / CI · Admin Web (tsc) (push) Successful in 35s
CI/CD / CI · Website (tsc) (push) Successful in 45s
CI/CD / CI · Koja (tsc) (push) Successful in 53s
CI/CD / Deploy · all services (push) Failing after 10m25s

This commit is contained in:
soroush.asadi
2026-05-31 12:34:04 +03:30
parent 234649c65e
commit 861b762e18
+1 -1
View File
@@ -8,7 +8,7 @@ ARG NPM_REGISTRY=https://mirror.soroushasadi.com/repository/npm-group/
RUN npm install --legacy-peer-deps --ignore-scripts --registry ${NPM_REGISTRY} --strict-ssl=false \
&& NEXT_VER=$(node -e "process.stdout.write(require('./node_modules/next/package.json').version)") \
&& ls node_modules/@next/swc-linux-x64-musl 2>/dev/null \
|| npm install --no-save --ignore-scripts --registry ${NPM_REGISTRY} \
|| npm install --no-save --ignore-scripts --registry ${NPM_REGISTRY} --strict-ssl=false \
"@next/swc-linux-x64-musl@${NEXT_VER}"
FROM ${NODE_IMAGE} AS builder