fix: 改回 git commit/push,強制 Dockerfile rebuild 確保 git binary 存在
This commit is contained in:
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user