mirror of
https://github.com/Anduin2017/HowToCook.git
synced 2025-12-17 02:34:23 +08:00
Show verbose log for npm install for easier debugging.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user