Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 2, 2024
2 parents 23b1e9f + eb93c0b commit 7099560
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 7099560

Please sign in to comment.