mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-02-07 18:19:24 +08:00
Show verbose log for npm install for easier debugging.
This commit is contained in:
parent
acbd5cdb86
commit
eb93c0ba0f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user