mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-01-30 13:32:56 +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
|
FROM hub.aiursoft.cn/node:21-alpine as lint-env
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN npm install
|
RUN npm install --loglevel verbose
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
RUN npm run lint
|
RUN npm run lint
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user