fix build error
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
hamid zarghami
2026-05-31 14:22:48 +03:30
parent 9e92b1012e
commit aa4da4362d
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ ARG VITE_CONSOLE_URL
ARG VITE_WORKSPACE_ID
ARG VITE_HELP_URL
COPY package*.json package-lock.json* ./
COPY package*.json package-lock.json* .npmrc ./
RUN npm ci --loglevel info || npm install --loglevel info
COPY . ./
RUN set -e; \