Skip to content

Commit

Permalink
Show verbose log for npm install for easier debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Anduin2017 committed Aug 1, 2024
1 parent acbd5cd commit eb93c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FROM hub.aiursoft.cn/node:21-alpine as lint-env
WORKDIR /app
COPY . .
RUN npm install
RUN npm install --loglevel verbose
RUN npm run build
RUN npm run lint

Expand Down

0 comments on commit eb93c0b

Please sign in to comment.