temp: pass --legacy-peer-deps for i18n

This commit is contained in:
amhsirak
2024-12-23 00:25:26 +05:30
parent 13b15db8c2
commit e6da1350ee
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@ COPY package*.json ./
COPY maxun-core ./maxun-core
# Install dependencies
RUN npm install
RUN npm install --legacy-peer-deps
# Copy frontend source code and config
COPY src ./src

View File

@@ -13,7 +13,7 @@ COPY server/tsconfig.json ./server/
# COPY server/start.sh ./
# Install dependencies
RUN npm install
RUN npm install --legacy-peer-deps
# Install Playwright browsers and dependencies
RUN npx playwright install --with-deps chromium