fix: mirror
Deploy banu-front / deploy (push) Successful in 1m27s

This commit is contained in:
sajjadtalkhabi
2026-06-12 01:01:45 +03:30
parent 6b36ec8241
commit a4432a30cb
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -8,6 +8,9 @@ COPY package.json package-lock.json ./
# RUN npm config set registry https://mirror-npm.runflare.com
# RUN npm config set strict-ssl false
RUN npm config set registry https://package-mirror.liara.ir/repository/npm/ --global
RUN npm config set strict-ssl false
RUN npm ci
COPY . .