Skip to content

Commit eba11db

Browse files
committed
perf: update base image build
1 parent b627980 commit eba11db

File tree

3 files changed

+8336
-8502
lines changed

3 files changed

+8336
-8502
lines changed

Dockerfile-base

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ WORKDIR /opt/chen/frontend
4343
COPY frontend/package.json frontend/package-lock.json frontend/yarn.lock ./
4444

4545
RUN --mount=type=cache,target=/usr/local/share/.cache/yarn,sharing=locked,id=chen \
46-
npm install
46+
npm install --legacy-peer-deps
4747

4848
# Install Maven dependencies
4949
ARG MAVEN_VERSION=3.9.7

frontend/package-lock.json

-93
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)