Skip to content

Commit

Permalink
[Upd] Update some dependencies.
Browse files Browse the repository at this point in the history
Use npm ci to install dependencies in Docker image build.
  • Loading branch information
ledsoft committed Oct 31, 2024
1 parent a863fe0 commit 263f529
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 466 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ COPY package.json package-lock.json ./
FROM base AS dependencies
# install node packages
#RUN npm set progress=false && npm config set depth 0
RUN npm install --legacy-peer-deps
RUN npm ci --legacy-peer-deps

# BUILD STAGE
# run NPM build
Expand Down
Loading

0 comments on commit 263f529

Please sign in to comment.