Skip to content

Commit

Permalink
fix: 依赖冲突
Browse files Browse the repository at this point in the history
# Reviewed, transaction id: 6816
  • Loading branch information
yuri0528 committed Apr 26, 2024
1 parent 055d903 commit 2a8b960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bk-user/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ENV NPM_VERSION 9.6.7

COPY src/pages /
WORKDIR /
RUN npm install
RUN npm install --legacy-peer-deps
RUN npm run build

FROM python:3.10.12-slim-bullseye
Expand Down

0 comments on commit 2a8b960

Please sign in to comment.