опять фиксим слайдеры + верстку

This commit is contained in:
Salam-vsem
2025-05-19 01:27:56 +03:00
parent 042ee91fb2
commit ce1aafa810
18 changed files with 129 additions and 89 deletions

View File

@@ -4,7 +4,7 @@ WORKDIR /app
# Install dependencies first to leverage Docker cache
COPY package*.json ./
RUN npm ci --no-audit --no-fund --production && \
RUN npm ci --no-audit --no-fund --omit=dev && \
npm cache clean --force
# Copy source code and build