fix: 改回 git commit/push,強制 Dockerfile rebuild 確保 git binary 存在

This commit is contained in:
2026-05-11 10:15:36 +00:00
parent 607c9b82ea
commit 21fb9c1d94
3 changed files with 31 additions and 57 deletions
+1
View File
@@ -1,5 +1,6 @@
FROM node:20-slim
# force rebuild to ensure git is installed
RUN apt-get update && apt-get install -y --no-install-recommends \
git \
&& rm -rf /var/lib/apt/lists/*