опять фиксим слайдеры + верстку
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user