temp: pass --legacy-peer-deps for i18n
This commit is contained in:
@@ -7,7 +7,7 @@ COPY package*.json ./
|
|||||||
COPY maxun-core ./maxun-core
|
COPY maxun-core ./maxun-core
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm install
|
RUN npm install --legacy-peer-deps
|
||||||
|
|
||||||
# Copy frontend source code and config
|
# Copy frontend source code and config
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ COPY server/tsconfig.json ./server/
|
|||||||
# COPY server/start.sh ./
|
# COPY server/start.sh ./
|
||||||
|
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN npm install
|
RUN npm install --legacy-peer-deps
|
||||||
|
|
||||||
# Install Playwright browsers and dependencies
|
# Install Playwright browsers and dependencies
|
||||||
RUN npx playwright install --with-deps chromium
|
RUN npx playwright install --with-deps chromium
|
||||||
|
|||||||
Reference in New Issue
Block a user