Skip to content

Commit

Permalink
refactor: 移除镜像自带 Git
Browse files Browse the repository at this point in the history
  • Loading branch information
SALTWOOD committed Jan 11, 2025
1 parent ec1ff7b commit 9b75ef8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ FROM alpine:latest
# 仅安装运行时所需的包
RUN apk add --no-cache \
nodejs \
npm \
git
npm

WORKDIR /app

Expand Down

0 comments on commit 9b75ef8

Please sign in to comment.