fix and update

This commit is contained in:
lendry
2026-07-05 18:32:10 +03:00
parent adbd32fea0
commit 28b04ada81
5 changed files with 0 additions and 6 deletions

View File

@@ -11,7 +11,6 @@ COPY apps/sso-core/package.json ./apps/sso-core/
COPY apps/api-gateway/package.json ./apps/api-gateway/
COPY apps/frontend/package.json ./apps/frontend/
COPY apps/docs/package.json ./apps/docs/
COPY tauri_app/package.json ./tauri_app/
RUN --mount=type=cache,target=/root/.npm \
npm config set registry "${NPM_REGISTRY}" && \