modified: main_dc/yalarba/easySite/easySite/Dockerfile

RUN npm install --production line from RUN npm ci
shorterner time building
This commit is contained in:
2025-11-01 23:24:53 +05:00
parent 48257d86dc
commit ab4e42c5e9
+1 -1
View File
@@ -9,7 +9,7 @@ COPY tsconfig.json ./
# Увеличиваем память
ENV NODE_OPTIONS="--max-old-space-size=4096"
RUN npm ci
RUN npm install --production
COPY . .