temp: pass --legacy-peer-deps for i18n
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user