fix: dockerfile
Deploy banu-front / deploy (push) Failing after 20m28s

This commit is contained in:
sajjadtalkhabi
2026-06-12 00:23:27 +03:30
parent 4011c2f83b
commit 90aec01095
+2 -2
View File
@@ -5,8 +5,8 @@ WORKDIR /app
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://mirror-npm.runflare.com
# RUN npm config set strict-ssl false
RUN npm ci