fix(Dockerfile): remove internal mirror configuration from backend and frontend Dockerfiles
Some checks failed
Deployment CI/CD / validate (push) Has been cancelled
Deployment CI/CD / deploy (push) Has been cancelled

This commit is contained in:
2026-07-14 23:28:58 +03:30
parent a2049ea10a
commit d90ce2693d
2 changed files with 0 additions and 10 deletions

View File

@@ -2,8 +2,6 @@ FROM node:20-alpine AS deps
WORKDIR /app
RUN npm config set registry https://package-mirror.liara.ir/repository/npm/ --global
COPY package*.json ./
RUN npm ci