Skip to content

Commit

Permalink
perf: update base image build
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Sep 11, 2024
1 parent b627980 commit eba11db
Show file tree
Hide file tree
Showing 3 changed files with 8,336 additions and 8,502 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-base
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ WORKDIR /opt/chen/frontend
COPY frontend/package.json frontend/package-lock.json frontend/yarn.lock ./

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

# Install Maven dependencies
ARG MAVEN_VERSION=3.9.7
Expand Down
93 changes: 0 additions & 93 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit eba11db

Please sign in to comment.